BIS fnc didJIP: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " <h3 style="display:none">Notes</h3> <dl class="command_description"> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl>" to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments \("local" or "global"\)|Multiplayer Effects \("local" or "global"\)|Multiplayer Execution \("server" o...) |
||
Line 1: | Line 1: | ||
{{Function | {{Function | ||
| arma3 | | arma3 | ||
|1.34 | |1.34 | ||
|arg= |MPARGUMENTS= | |arg= |MPARGUMENTS= | ||
Line 9: | Line 9: | ||
|eff= |Multiplayer Effects= | |eff= |Multiplayer Effects= | ||
|gr1= Multiplayer | |gr1= Multiplayer | ||
| Return whether or not the local player joined the game while it was already in progress. {{Important|Use [[didJIP]] instead.}} | | Return whether or not the local player joined the game while it was already in progress. {{Important|Use [[didJIP]] instead.}} | ||
| [] call [[BIS_fnc_didJIP]] | | [] call [[BIS_fnc_didJIP]] | ||
| [[Boolean]] | | [[Boolean]] | ||
|x1= <code>[[if]] ([] [[call]] [[BIS_fnc_didJIP]]) [[then]] { [[forceRespawn]] [[player]] };</code> | |x1= <code>[[if]] ([] [[call]] [[BIS_fnc_didJIP]]) [[then]] { [[forceRespawn]] [[player]] };</code> | ||
|[[remoteExec]], [[remoteExecCall]], [[didJIP]], [[didJIPOwner]], [[exportJIPMessages]] | |[[remoteExec]], [[remoteExecCall]], [[didJIP]], [[didJIPOwner]], [[exportJIPMessages]] | ||
}} | }} |
Revision as of 23:03, 17 January 2021
Description
- Description:
- Return whether or not the local player joined the game while it was already in progress.
- 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