Difference between revisions of "VN ms fnc respawn handleJIP"

From Savage Game Design Wiki
Jump to navigation Jump to search
m (Text replacement - "[[vn_" to "[[VN_")
(Page filling)
 
Line 1: Line 1:
[[Category:TODO]]
 
 
{{Function
 
{{Function
  
Line 8: Line 7:
 
|a=
 
|a=
  
|e=
+
|e= global
  
 
|g1= respawn
 
|g1= respawn
  
|d= <pre>/*
+
|d= Triggers a player respawn if <tt>vn_mission_jipRespawn</tt> is defined.
    Author: Wyqer, veteran29
 
    Date: 2019-07-18
 
 
 
    Description:
 
        Forces the player to respawn on JIP and over 60s gameplay time.
 
 
 
    Parameter(s):
 
        NONE
 
 
 
    Returns:
 
        Function reached the end [BOOL]
 
*/
 
 
 
</pre><small>''(Placeholder description extracted from the function header by '''LM_exportFunctionsToWiki.sqf''')''</small>
 
  
 
|s= [] call [[VN_ms_fnc_respawn_handleJIP]]
 
|s= [] call [[VN_ms_fnc_respawn_handleJIP]]
Line 40: Line 25:
 
|p2v=
 
|p2v=
  
|r1t=
+
|r1t= boolean
|r1d=
+
|r1d= function's success
  
|x1= <code>-</code>
+
|x1= <code>[] call [[VN_ms_fnc_respawn_handleJIP]];</code>
 
}}
 
}}

Latest revision as of 22:09, 25 February 2021

← back to Functions Introduced in S.O.G. Prairie Fire v1.00
by Wyqer, veteran29
Argument(s): n/a
Effect(s): global

Description

Triggers a player respawn if vn_mission_jipRespawn is defined.

Syntax

Syntax
[] call VN_ms_fnc_respawn_handleJIP
Return value
Boolean - function's success

Examples

Example 1
[] call VN_ms_fnc_respawn_handleJIP;