Revision Difference
Enums/GMOD_CHANNEL#516045
<cat>enum</cat>
<enumeration>
<description>Enumerations used by <page>IGModAudioChannel:GetState</page>. Clientside only.</description>
<fields>{{EnumField|GMOD_CHANNEL_STOPPED|0|The channel is stopped</fields>⤶
<fields>⤶
<item key="GMOD_CHANNEL_STOPPED" value="0">The channel is stopped</item>⤶
<item key="GMOD_CHANNEL_PLAYING" value="1">The channel is playing</item>⤶
<item key="GMOD_CHANNEL_PAUSED" value="2">The channel is paused</item>⤶
<item key="GMOD_CHANNEL_STALLED" value="3">The channel is buffering</item>⤶
</fields>⤶
</enumeration>
⤶
⤶
{{EnumField|GMOD_CHANNEL_PLAYING|1|The channel is playing}}⤶
{{EnumField|GMOD_CHANNEL_PAUSED|2|The channel is paused}}⤶
{{EnumField|GMOD_CHANNEL_STALLED|3|The channel is buffering}}⤶
}}⤶