didJIP: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) (Created page with "{{Command|= Comments ____________________________________________________________________________________________ | arma3dev |= Game name |1.49|= Game version _____________...") |
Lou Montana (talk | contribs) 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: | ||
{{ | {{RV|type=command | ||
| | |game1= arma3 | ||
|version1= 1.50 | |||
| | |gr1= Multiplayer | ||
|descr= Checks if the current client Joined In Progress. | |||
| | |s1= '''didJIP''' | ||
| | |r1= [[Boolean]] | ||
| | |x1= <sqf>clientDidJIP = didJIP;</sqf> | ||
| | |seealso= [[didJIPOwner]] [[exportJIPMessages]] | ||
}} | |||
<dl class="command_description"> | |||
< | <dt></dt> | ||
< | <dd class="notedate">Posted on 2016-02-23 - 22:33 (UTC)</dd> | ||
< | <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> | |||
</dl> | </dl> | ||
Latest revision as of 23:04, 13 May 2023
Description
- Description:
- Checks if the current client Joined In Progress.
- Groups:
- Multiplayer
Syntax
- Syntax:
- didJIP
- Return Value:
- Boolean
Examples
- Example 1:
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.