Difference between revisions of "VN fnc revive addEventHandlers"

From Savage Game Design Wiki
Jump to navigation Jump to search
m (Text replacement - " |e=" to " |a= |e=")
(Page filling)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
 
{{Function
 
{{Function
  
Line 8: Line 7:
 
|a=
 
|a=
  
|e=
+
|e= local
  
 
|g1= advanced_revive_functions
 
|g1= advanced_revive_functions
  
|d= <pre>/*
+
|d= Master actions function, contains all the event handlers for the advanced revive functions.
        FILE: fn_revive_addEventHandlers.sqf
 
        DATE: 18-05-2020
 
        AUTHOR: Ethan Johnson
 
 
 
        DESCRIPTION:
 
                Master actions function, contains all the event handlers 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_addEventHandlers]];
+
|s= [] call [[VN_fnc_revive_addEventHandlers]]
  
 
|p1n=
 
|p1n=
Line 41: Line 28:
 
|r1d=
 
|r1d=
  
|x1= <code>-</code>
+
|x1= <code>[] call [[VN_fnc_revive_addEventHandlers]]</code>
 
}}
 
}}

Latest revision as of 17:47, 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 event handlers for the advanced revive functions.

Syntax

Syntax
[] call VN_fnc_revive_addEventHandlers
Return value
Nothing

Examples

Example 1
[] call VN_fnc_revive_addEventHandlers