Difference between revisions of "VN fnc revive action undragPlayer"
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (1 revision imported) |
Lou Montana (talk | contribs) m (Lou Montana moved page VN fnc revive action undragplayer to VN fnc revive action undragPlayer: name standard) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | |||
{{Function | {{Function | ||
|v= 1.00 | |v= 1.00 | ||
− | | | + | |author= Ethan Johnson |
− | |e= | + | |a= |
+ | |||
+ | |e= global | ||
|g1= advanced_revive_functions | |g1= advanced_revive_functions | ||
− | |d= | + | |d= Main player undragging action function. |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |s= [] call [[ | + | |s= [] call [[VN_fnc_revive_action_undragPlayer]] |
− | |p1n= | + | |p1n= draggedUnit |
− | |p1t= | + | |p1t= object |
− | |p1d= | + | |p1d= (Optional, unused) the unit that the action is being performed on |
|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>[objNull, 3] call [[VN_fnc_revive_action_undragPlayer]];</code> |
}} | }} |
Latest revision as of 17:37, 30 January 2021
← back to Functions | Introduced in S.O.G. Prairie Fire v1.00 by Ethan Johnson |
|
Description
Main player undragging action function.
Syntax
- Syntax
- [] call VN_fnc_revive_action_undragPlayer
- Parameters
- draggedUnit: Object - (Optional, unused) 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
[objNull, 3] call VN_fnc_revive_action_undragPlayer;