Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
The visual state of the player for rendering in the game's UI.
Syntax
public enum ChatState
{
NoAudioInput,
Muted,
MutedByPlatform,
Silent,
Talking
}
Constants
| Constant | Description |
|---|---|
| NoAudioInput | The player has no audio input. This could be because they do not have an audio device plugged in or they are having an error with audio. |
| Muted | The player is muted. |
| MutedByPlatform | The player is muted due to platform policies. For example, a player may have privacy settings to not allow communication with other players. |
| Silent | The player is not talking. |
| Talking | The player is talking. |