Difference between revisions of "VN fnc revive coreinit"

From Savage Game Design Wiki
Jump to navigation Jump to search
(Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= advanced_revive_functions |d= <pre>The main advanced revive core loop.</pre> |s= [_unit] call VN_fnc_revive_corei...")
 
(No difference)

Latest revision as of 21:02, 26 April 2022

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

Description

The main advanced revive core loop.

Syntax

Syntax
[_unit] call VN_fnc_revive_coreinit;
Parameters
_unit: Object - (Optional, default OBJNULL) Description
Return value
Boolean - Function reached the end

Examples

Example 1
[player] call vn_fnc_revive_coreinit