武装突袭 Wiki
Advertisement
Introduced with Arma 3 version 1.34
  

Click on the images for descriptions

Introduced in

Game:
Arma 3
Version:
1.34

Description

Description:
Return whether or not the local player joined the game while it was already in progress.

Syntax

Syntax:
[] call BIS_fnc_didJIP
Return Value:
Boolean

Examples

Example 1:
if ([] call BIS_fnc_didJIP) then { forceRespawn player };

Additional Information

Execution:
call
Multiplayer:
-
See also:
See also needed

Notes

Only post proven facts here. Report bugs on the feedback tracker. Use the talk page or the forums for discussions.
Add New Note | How To

Notes

Bottom Section

Posted on March 25, 2016 - 14:25 (UTC)
Revo
Instead of using this function one can use the engine command didJIP which does the exact same thing
Advertisement