Difference between revisions of "VN ms fnc respawn addSaveAction"
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "[[vn_" to "[[VN_") |
Lou Montana (talk | contribs) (Page filling) |
||
Line 1: | Line 1: | ||
− | |||
{{Function | {{Function | ||
Line 6: | Line 5: | ||
|author= Wyqer, veteran29 | |author= Wyqer, veteran29 | ||
− | |a= | + | |a= global |
− | |e= | + | |e= local |
|g1= respawn | |g1= respawn | ||
− | |d= | + | |d= Adds action to save the current loadout of the action caller as respawn loadout. Uses [[VN_ms_fnc_respawn_saveLoadout]]. |
− | |||
− | |||
− | + | |s= [savingObject] call [[VN_ms_fnc_respawn_addSaveAction]] | |
− | |||
− | + | |p1n= savingObject | |
− | + | |p1t= object | |
− | + | |p1d= object that will receive the save loadout action | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |p1n= | ||
− | |p1t= | ||
− | |p1d= | ||
|p1v= | |p1v= | ||
Line 40: | Line 25: | ||
|p2v= | |p2v= | ||
− | |r1t= | + | |r1t= boolean |
− | |r1d= | + | |r1d= function's success |
− | |x1= <code> | + | |x1= <code>[sogCrate] call [[VN_ms_fnc_respawn_addSaveAction]];</code> |
}} | }} |
Latest revision as of 22:06, 25 February 2021
← back to Functions | Introduced in S.O.G. Prairie Fire v1.00 by Wyqer, veteran29 |
|
Description
Adds action to save the current loadout of the action caller as respawn loadout. Uses VN_ms_fnc_respawn_saveLoadout.
Syntax
- Syntax
- [savingObject] call VN_ms_fnc_respawn_addSaveAction
- Parameters
- savingObject: Object - object that will receive the save loadout action
- Return value
- Boolean - function's success
Examples
- Example 1
[sogCrate] call VN_ms_fnc_respawn_addSaveAction;