Skip to content
Version 2.11.0
↓ Get the launcher

MeterRowData.OnVoiceIconClick field

Optional click handler for the voice-status icon cell. When set (non-null) the 14×14 voice cell becomes clickable — the framework enables the cell’s raycast target and routes a click here (e.g. the local player clicking their own row’s voice icon to cycle Speak → Listen → Mute). When null (the default) the cell is display-only and renders byte-identical to a plugin built before this field existed. Only fires while ShowVoiceIcon shows the cell.

public Action? OnVoiceIconClick;