getClientState: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "test")
 
No edit summary
Line 1: Line 1:
test
Wiki is broken I cannot add this page, says "error socket" something.
 
<nowiki>
 
{{Command|= Comments
____________________________________________________________________________________________
 
| arma3 |= Game name
 
|1.06|= Game version
____________________________________________________________________________________________
 
| Returns client state in network game. Works on both, client and dedicated server. |= Description
____________________________________________________________________________________________
 
| '''getClientState''' |= Syntax
 
| [[String]] - Client state. Possible values are:
 
<br/>DEBRIEFING READ
<br/>GAME FINISHED
<br/>BRIEFING READ
<br/>BRIEFING SHOWN
<br/>GAME LOADED
<br/>MISSION RECEIVED
<br/>ROLE ASSIGNED
<br/>MISSION ASKED
<br/>MISSION SELECTED
<br/>LOGGED IN
<br/>CONNECTED
<br/>CREATED
<br/>NONE - (Returns this in SP)
 
|= RETURNVALUE
 
|x1= <code>_state = [[getClientState]];</code>|= EXAMPLE1
____________________________________________________________________________________________
 
| [[getPlayerUID]] |= SEEALSO
 
|  |= MPBEHAVIOUR
____________________________________________________________________________________________
}}
 
<h3 style='display:none'>Notes</h3>
<dl class='command_description'>
<!-- Note Section BEGIN -->
 
<!-- Note Section END -->
</dl>
 
<h3 style='display:none'>Bottom Section</h3>
[[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
 
</nowiki>

Revision as of 18:55, 21 November 2013

Wiki is broken I cannot add this page, says "error socket" something.

{{Command|= Comments ____________________________________________________________________________________________ | arma3 |= Game name |1.06|= Game version ____________________________________________________________________________________________ | Returns client state in network game. Works on both, client and dedicated server. |= Description ____________________________________________________________________________________________ | '''getClientState''' |= Syntax | [[String]] - Client state. Possible values are: <br/>DEBRIEFING READ <br/>GAME FINISHED <br/>BRIEFING READ <br/>BRIEFING SHOWN <br/>GAME LOADED <br/>MISSION RECEIVED <br/>ROLE ASSIGNED <br/>MISSION ASKED <br/>MISSION SELECTED <br/>LOGGED IN <br/>CONNECTED <br/>CREATED <br/>NONE - (Returns this in SP) |= RETURNVALUE |x1= <code>_state = [[getClientState]];</code>|= EXAMPLE1 ____________________________________________________________________________________________ | [[getPlayerUID]] |= SEEALSO | |= MPBEHAVIOUR ____________________________________________________________________________________________ }} <h3 style='display:none'>Notes</h3> <dl class='command_description'> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl> <h3 style='display:none'>Bottom Section</h3> [[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]] [[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] [[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]