Difference between revisions of "VN ms fnc params failOnWipe"

From Savage Game Design Wiki
Jump to navigation Jump to search
m (Text replacement - " |e=" to " |a= |e=")
(Page filling)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
 
{{Function
 
{{Function
  
Line 8: Line 7:
 
|a=
 
|a=
  
|e=
+
|e= local
  
 
|g1= params
 
|g1= params
  
|d= <pre>/*
+
|d= Sets VN mission failure on wipe parameter.
    Author: Wyqer, veteran29
 
    Date: 2019-09-27
 
 
 
    Description:
 
        Fetches VN mission failure on wipe parameter.
 
 
 
    Parameter(s):
 
        _paramValue - Value of the parameter [NUMBER, defaults to 1]
 
 
 
    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_params_failOnWipe]];
+
|s= [] call [[VN_ms_fnc_params_failOnWipe]]
  
|p1n=
+
|p1n= parameter
|p1t=
+
|p1t= number
|p1d=
+
|p1d=  
|p1v=
+
|p1v= 1
  
 
|p2n=
 
|p2n=
Line 40: Line 25:
 
|p2v=
 
|p2v=
  
|r1t=
+
|r1t= boolean
|r1d=
+
|r1d= function's success
  
|x1= <code>-</code>
+
|x1= <code>[0] call [[VN_ms_fnc_params_failOnWipe]];</code>
 
}}
 
}}

Latest revision as of 21:37, 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 mission failure on wipe parameter.

Syntax

Syntax
[] call VN_ms_fnc_params_failOnWipe
Parameters
parameter: Number - (Optional, default 1)
Return value
Boolean - function's success

Examples

Example 1
[0] call VN_ms_fnc_params_failOnWipe;