Difference between revisions of "VN ms fnc params respawnDelay"

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= local
  
 
|g1= params
 
|g1= params
  
|d= <pre>/*
+
|d= Sets VN Respawn delay parameter.
    Author: Wyqer, veteran29
 
    Date: 2019-08-28
 
  
    Description:
+
|s= [parameter] call [[VN_ms_fnc_params_respawnDelay]]
        Fetches VN Respawn delay parameter.
 
  
    Parameter(s):
+
|p1n= parameter
        _paramValue - Respawn delay time [NUMBER, defaults to 60]
+
|p1t= number
 
+
|p1d= respawn delay
    Returns:
+
|p1v= 60
        Function reached the end [BOOL]
 
*/
 
 
 
</pre><small>''(Placeholder description extracted from the function header by '''LM_exportFunctionsToWiki.sqf''')''</small>
 
 
 
|s= [] call [[VN_ms_fnc_params_respawnDelay]]
 
 
 
|p1n=
 
|p1t=
 
|p1d=
 
|p1v=
 
  
 
|p2n=
 
|p2n=
Line 40: Line 25:
 
|p2v=
 
|p2v=
  
|r1t=
+
|r1t= boolean
|r1d=
+
|r1d= function's success
  
|x1= <code>-</code>
+
|x1= <code>[10] call [[VN_ms_fnc_params_respawnDelay]];</code>
 
}}
 
}}

Latest revision as of 21:46, 25 February 2021

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

Description

Sets VN Respawn delay parameter.

Syntax

Syntax
[parameter] call VN_ms_fnc_params_respawnDelay
Parameters
parameter: Number - (Optional, default 60) respawn delay
Return value
Boolean - function's success

Examples

Example 1
[10] call VN_ms_fnc_params_respawnDelay;