Difference between revisions of "Vn ms fnc respawn addSaveAction"

From Savage Game Design Wiki
Jump to navigation Jump to search
(Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= respawn |d= <pre>Adds action to save the current loadout of the action caller as respawn loadout.</pre> |s= []...")
 
 
Line 12: Line 12:
  
  
|s= [] call [[vn_ms_fnc_respawn_addSaveAction]];
+
|s= [_object] call [[vn_ms_fnc_respawn_addSaveAction]];
  
 
|p1n=_object
 
|p1n=_object

Latest revision as of 22:49, 4 May 2022

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

Description

Adds action to save the current loadout of the action caller as respawn loadout.

Syntax

Syntax
[_object] call vn_ms_fnc_respawn_addSaveAction;
Parameters
_object: Object - (Optional, default objNull) Object to add the action for loadout saving
Return value
Boolean - Function reached the end