Difference between revisions of "VN fnc revive action loadPlayer"

From Savage Game Design Wiki
Jump to navigation Jump to search
(Page filling)
m (Lou Montana moved page VN fnc revive action loadplayer to VN fnc revive action loadPlayer: name standard)
 
(No difference)

Latest revision as of 14:27, 30 January 2021

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

Description

Main player loading action function.

Syntax

Syntax
[vehicle, type] call VN_fnc_revive_action_loadPlayer
Parameters
vehicle: Object - the vehicle that the action is being performed on
type: Number - the type of performed action:
  • 1: action started
  • 2: action tick (see VN_fnc_holdActionAdd)
  • 3: action completed
  • 4: action interrupted
Return value
Boolean - true when done

Examples

Example 1
[sogJeep, 3] call VN_fnc_revive_action_loadPlayer;