Launcher protocol: Difference between revisions
Added SQF2_VOICECHAT
DrinkyBird (talk | contribs) m (typo) Tag: Source edit |
(Added SQF2_VOICECHAT) Tag: Source edit |
||
Line 185: | Line 185: | ||
|- | |- | ||
| <tt>SQF2_GAMEMODE_SHORTNAME</tt> || <tt>0x00000008</tt> || {{Devfeature|3.2|alpha}} The short name of the server's current game mode. | | <tt>SQF2_GAMEMODE_SHORTNAME</tt> || <tt>0x00000008</tt> || {{Devfeature|3.2|alpha}} The short name of the server's current game mode. | ||
|- | |||
| <tt>SQF2_VOICECHAT</tt> || <tt>0x00000016</tt> || {{Devfeature|3.2|alpha}} The server's voice chat setting. | |||
|} | |} | ||
Line 557: | Line 559: | ||
| <tt>SQF2_GAMEMODE_SHORTNAME</tt> | | <tt>SQF2_GAMEMODE_SHORTNAME</tt> | ||
| {{Devfeature|3.2|alpha}} The short name of the server's current game mode, as defined in the [[GAMEMODE]] lump. | | {{Devfeature|3.2|alpha}} The short name of the server's current game mode, as defined in the [[GAMEMODE]] lump. | ||
|- | |||
| Byte | |||
| <tt>SQF2_VOICECHAT</tt> | |||
| {{Devfeature|3.2|alpha}} The server's voice chat setting which is based on [[Server_Variables#sv_allowvoicechat|sv_allowvoicechat]]. | |||
|} | |} | ||