didJIP: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{Command|= Comments ____________________________________________________________________________________________ | arma3dev |= Game name |1.49|= Game version _____________...")
 
m (Text replacement - ">Posted on February ([0-9]{2})[ a-zA-Z]*, ([0-9]{4})" to ">Posted on $2-02-$1")
 
(39 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma3dev |= Game name
|game1= arma3
|version1= 1.50


|1.49|= Game version
|gr1= Multiplayer


____________________________________________________________________________________________
|descr= Checks if the current client Joined In Progress.


| Checks if the current client Joined In Progress.
|s1= '''didJIP'''


| '''didJIP''' |= Syntax
|r1= [[Boolean]]


|p1= |= PARAMETER1
|x1= <sqf>clientDidJIP = didJIP;</sqf>


|p3= |= PARAMETER3
|seealso= [[didJIPOwner]] [[exportJIPMessages]]
 
}}
| [[Boolean]] |= RETURNVALUE
 
 
|x1= <code>clientDidJIP = [[didJIP]];</code>|= EXAMPLE1
 
____________________________________________________________________________________________
 
| [[didJIPOwner]] |= SEEALSO


|  |= MPBEHAVIOUR
<dl class="command_description">
____________________________________________________________________________________________
}}


<h3 style='display:none'>Notes</h3>
<dt></dt>
<dl class='command_description'>
<dd class="notedate">Posted on 2016-02-23 - 22:33 (UTC)</dd>
<!-- Note Section BEGIN -->
<dt class="note">[[User:Commy2|Commy2]]</dt>
<dd class="note">
reports false in CfgFunctions with preInit = 1; even when the client joined in progress.
</dd>


<!-- Note Section END -->
</dl>
</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}}}}]]
[[Category:Command_Group:_Multiplayer|{{uc:{{PAGENAME}}}}]]

Latest revision as of 00:04, 14 May 2023

Hover & click on the images for description

Description

Description:
Checks if the current client Joined In Progress.
Groups:
Multiplayer

Syntax

Syntax:
didJIP
Return Value:
Boolean

Examples

Example 1:
clientDidJIP = didJIP;

Additional Information

See also:
didJIPOwner exportJIPMessages

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note
Posted on 2016-02-23 - 22:33 (UTC)
Commy2
reports false in CfgFunctions with preInit = 1; even when the client joined in progress.