didJIP: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "</dd> </dl>" to "</dd> </dl>")
m (Text replacement - ">Posted on February ([0-9]{2})[ a-zA-Z]*, ([0-9]{4})" to ">Posted on $2-02-$1")
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| arma3
|game1= arma3
 
|version1= 1.50
|1.50


|gr1= Multiplayer
|gr1= Multiplayer


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


|s1= '''didJIP'''
|s1= '''didJIP'''
Line 13: Line 12:
|r1= [[Boolean]]
|r1= [[Boolean]]


|x1= <code>clientDidJIP = [[didJIP]];</code>
|x1= <sqf>clientDidJIP = didJIP;</sqf>


|seealso= [[didJIPOwner]], [[exportJIPMessages]]
|seealso= [[didJIPOwner]] [[exportJIPMessages]]
}}
}}


Line 21: Line 20:


<dt></dt>
<dt></dt>
<dd class="notedate">Posted on February 23, 2016 - 22:33 (UTC)</dd>
<dd class="notedate">Posted on 2016-02-23 - 22:33 (UTC)</dd>
<dt class="note">[[User:Commy2|Commy2]]</dt>
<dt class="note">[[User:Commy2|Commy2]]</dt>
<dd class="note">
<dd class="note">

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.