BIS fnc didJIP: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\| *([^ ]+) *call *\[\[([a-zA-Z_0-9]+)\]\] * \|r1=" to "| $1 call $2 |r1=") |
Lou Montana (talk | contribs) |
||
Line 9: | Line 9: | ||
| Return whether or not the local player joined the game while it was already in progress. {{Feature|important|Use [[didJIP]] instead.}} | | Return whether or not the local player joined the game while it was already in progress. {{Feature|important|Use [[didJIP]] instead.}} | ||
| [] call [[BIS_fnc_didJIP]] | |s1= [] call [[BIS_fnc_didJIP]] | ||
|r1= [[Boolean]] | |r1= [[Boolean]] |
Revision as of 15:54, 13 June 2021
Description
- Description:
- Description needed
- Execution:
- call
- Groups:
- Multiplayer
Syntax
- Syntax:
- [] call BIS_fnc_didJIP
- Return Value:
- Boolean
Examples
- Example 1:
if ([] call BIS_fnc_didJIP) then { forceRespawn player };
Additional Information
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