BIS fnc didJIP: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) |
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
||
Line 1: | Line 1: | ||
{{Function|Comments= | {{Function|Comments= | ||
| arma3 |Game name= | | arma3 |Game name= | ||
Line 11: | Line 10: | ||
|gr1= Multiplayer |GROUP1= | |gr1= Multiplayer |GROUP1= | ||
| Return whether or not the local player joined the game while it was already in progress. {{Important|Use [[didJIP]] instead.}} |DESCRIPTION= | | Return whether or not the local player joined the game while it was already in progress. {{Important|Use [[didJIP]] instead.}} |DESCRIPTION= | ||
| [] call [[BIS_fnc_didJIP]] |SYNTAX= | | [] call [[BIS_fnc_didJIP]] |SYNTAX= | ||
| [[Boolean]] |RETURNVALUE= | | [[Boolean]] |RETURNVALUE= | ||
|x1= <code>[[if]] ([] [[call]] [[BIS_fnc_didJIP]]) [[then]] { [[forceRespawn]] [[player]] };</code> |EXAMPLE1= | |x1= <code>[[if]] ([] [[call]] [[BIS_fnc_didJIP]]) [[then]] { [[forceRespawn]] [[player]] };</code> |EXAMPLE1= | ||
|[[remoteExec]], [[remoteExecCall]], [[didJIP]], [[didJIPOwner]], [[exportJIPMessages]] |SEEALSO= | |[[remoteExec]], [[remoteExecCall]], [[didJIP]], [[didJIPOwner]], [[exportJIPMessages]] |SEEALSO= |
Revision as of 23:08, 16 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