didJIP: Difference between revisions
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame( +[0-9])?|Game [Vv]ersion( +[0-9])?|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects? in MP|M...) |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
| (23 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{ | {{RV|type=command | ||
| arma3 | |game1= arma3 | ||
|version1= 1.50 | |||
| | |gr1= Multiplayer | ||
| | |descr= Checks if the current client {{Link|Multiplayer Scripting#Join In Progress|Joined In Progress}}. | ||
|s1= [[didJIP]] | |||
|r1= [[Boolean]] | |||
|x1= <sqf> | |||
if (didJIP) then | |||
{ | |||
hint "you're late to the party!"; | |||
}; | |||
</sqf> | |||
| | |seealso= [[didJIPOwner]] [[exportJIPMessages]] | ||
}} | |||
| | {{Note | ||
|user= Commy2 | |||
| | |timestamp= 20160223223300 | ||
|text= reports false in {{hl|CfgFunctions}} with <syntaxhighlight lang="cpp" inline>preInit = 1;</syntaxhighlight> even when the client joined in progress. | |||
| | |||
}} | }} | ||
Latest revision as of 00:33, 1 January 2026
Description
- Description:
- Checks if the current client Joined In Progress.
- Groups:
- Multiplayer
Syntax
Examples
- Example 1:
Additional Information
- See also:
- didJIPOwner exportJIPMessages
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord.
Only post proven facts here! Add Note
- Posted on Feb 23, 2016 - 22:33 (UTC) §
-
reports false in CfgFunctions with
preInit = 1;even when the client joined in progress.