Difference between revisions of "VN fnc revive action revive"
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "]]; |p1n=" to "]] |p1n=") |
Lou Montana (talk | contribs) (Page filling) |
||
Line 1: | Line 1: | ||
− | |||
{{Function | {{Function | ||
Line 6: | Line 5: | ||
|author= Ethan Johnson | |author= Ethan Johnson | ||
− | |a= | + | |a= global |
− | |e= | + | |e= global |
|g1= advanced_revive_functions | |g1= advanced_revive_functions | ||
− | |d= | + | |d= Main player revive action function. |
− | |||
− | |||
− | |||
− | + | |s= [revivedUnit, type] call [[VN_fnc_revive_action_revive]] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | |p1n= revivedUnit | |
− | + | |p1t= object | |
− | |p1n= | + | |p1d= the unit that the action is being performed on |
− | |p1t= | ||
− | |p1d= | ||
|p1v= | |p1v= | ||
− | |p2n= | + | |p2n= type |
− | |p2t= | + | |p2t= number |
− | |p2d= | + | |p2d= the type of performed action: |
+ | * 1: action started | ||
+ | * 2: action tick (see [[VN_fnc_holdActionAdd]]) | ||
+ | * 3: action completed | ||
+ | * 4: action interrupted | ||
|p2v= | |p2v= | ||
− | |r1t= | + | |r1t= boolean |
− | |r1d= | + | |r1d= {{Biki|true}} when done |
− | |x1= <code> | + | |x1= <code>[cursorObject, 3] call [[VN_fnc_revive_action_revive]];</code> |
}} | }} |
Latest revision as of 17:32, 30 January 2021
← back to Functions | Introduced in S.O.G. Prairie Fire v1.00 by Ethan Johnson |
|
Description
Main player revive action function.
Syntax
- Syntax
- [revivedUnit, type] call VN_fnc_revive_action_revive
- Parameters
- revivedUnit: Object - the unit 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
[cursorObject, 3] call VN_fnc_revive_action_revive;