Difference between revisions of "VN fnc revive action dragPlayer client"
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " |e=" to " |a= |e=") |
Lou Montana (talk | contribs) m (Lou Montana moved page VN fnc revive action dragplayer client to VN fnc revive action dragPlayer client: name standard) |
||
(3 intermediate revisions by the same user not shown) | |||
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= Client function for the dragging of a player, sets their animation & changes their direction to make sure they face the correct direction. |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |s= [] call [[ | + | |s= [dragged] call [[VN_fnc_revive_action_dragPlayer_client]] |
− | |p1n= | + | |p1n= dragged |
− | |p1t= | + | |p1t= object |
− | |p1d= | + | |p1d= dragged unit which will play animation & be turned around |
|p1v= | |p1v= | ||
Line 42: | Line 28: | ||
|r1d= | |r1d= | ||
− | |x1= <code> | + | |x1= <code>[cursorObject] call [[VN_fnc_revive_action_dragPlayer_client]];</code> |
}} | }} |
Latest revision as of 13:49, 30 January 2021
← back to Functions | Introduced in S.O.G. Prairie Fire v1.00 by Ethan Johnson |
|
Description
Client function for the dragging of a player, sets their animation & changes their direction to make sure they face the correct direction.
Syntax
- Syntax
- [dragged] call VN_fnc_revive_action_dragPlayer_client
- Parameters
- dragged: Object - dragged unit which will play animation & be turned around
- Return value
- Nothing
Examples
- Example 1
[cursorObject] call VN_fnc_revive_action_dragPlayer_client;