Difference between revisions of "VN fnc revive actions"

From Savage Game Design Wiki
Jump to navigation Jump to search
m (Text replacement - " |a= " to " |author= ")
(Page filling)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
 
{{Function
 
{{Function
  
Line 6: Line 5:
 
|author= Ethan Johnson
 
|author= Ethan Johnson
  
|e=
+
|a=
 +
 
 +
|e= local
  
 
|g1= advanced_revive_functions
 
|g1= advanced_revive_functions
  
|d= <pre>/*
+
|d= Master actions function, contains all the conditions for the advanded revive functions.
        FILE: fn_revive_actions.sqf
 
        DATE: 18-05-2020
 
        AUTHOR: Ethan Johnson
 
 
 
        DESCRIPTION:
 
                Master actions function, contains all the conditions for the advanded revive functions.
 
        PARAMETERS:
 
                NONE
 
        RETURNS:
 
                NONE
 
*/
 
 
 
</pre><small>''(Placeholder description extracted from the function header by '''LM_exportFunctionsToWiki.sqf''')''</small>
 
 
 
|s= [] call [[VN_fnc_revive_actions]];
 
 
 
|p1n=
 
|p1t=
 
|p1d=
 
|p1v=
 
 
 
|p2n=
 
|p2t=
 
|p2d=
 
|p2v=
 
  
|r1t=
+
|s= [] call [[VN_fnc_revive_actions]]
|r1d=
 
  
|x1= <code>-</code>
+
|x1= <code>[] call [[VN_fnc_revive_actions]];</code>
 
}}
 
}}

Latest revision as of 13:30, 30 January 2021

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

Description

Master actions function, contains all the conditions for the advanded revive functions.

Syntax

Syntax
[] call VN_fnc_revive_actions
Return value
Nothing

Examples

Example 1
[] call VN_fnc_revive_actions;