Jump to content

Launcher protocol: Difference between revisions

Added missing devfeature templates
No edit summary
Tag: Source edit
(Added missing devfeature templates)
Tag: Source edit
Line 183: Line 183:
| <tt>SQF2_COUNTRY</tt> || <tt>0x00000002</tt> || The server's ISO 3166-1 alpha-3 country code.
| <tt>SQF2_COUNTRY</tt> || <tt>0x00000002</tt> || The server's ISO 3166-1 alpha-3 country code.
|-
|-
| <tt>SQF2_GAMEMODE_NAME</tt> || <tt>0x00000004</tt> || The name of the server's current game mode.
| <tt>SQF2_GAMEMODE_NAME</tt> || <tt>0x00000004</tt> || {{Devfeature|3.2}} The name of the server's current game mode.
|-
|-
| <tt>SQF2_GAMEMODE_SHORTNAME</tt> || <tt>0x00000008</tt> || The short name of the server's current game mode.
| <tt>SQF2_GAMEMODE_SHORTNAME</tt> || <tt>0x00000008</tt> || {{Devfeature|3.2}} The short name of the server's current game mode.
|}
|}


Line 458: Line 458:
| String
| String
| <tt>SQF2_GAMEMODE_NAME</tt>
| <tt>SQF2_GAMEMODE_NAME</tt>
| The name of the server's current game mode, as defined in the [[GAMEMODE]] lump.
| {{Devfeature|3.2}} The name of the server's current game mode, as defined in the [[GAMEMODE]] lump.
|-
|-
| String
| String
| <tt>SQF2_GAMEMODE_SHORTNAME</tt>
| <tt>SQF2_GAMEMODE_SHORTNAME</tt>
| The short name of the server's current game mode, as defined in the [[GAMEMODE]] lump.
| {{Devfeature|3.2}} The short name of the server's current game mode, as defined in the [[GAMEMODE]] lump.
|}
|}