VN_fnc_revive_fix_movement

From Savage Game Design Wiki
Revision as of 21:17, 26 April 2022 by Slow (talk | contribs) (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= advanced_revive_functions |d= <pre>Fixes the movement issues that occur with the incap animation system.</pre> |s=...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
← back to Functions Introduced in S.O.G. Prairie Fire v1.00
by Ethan Johnson
Argument(s): n/a
Effect(s): unknown

Description

Fixes the movement issues that occur with the incap animation system.

Syntax

Syntax
[_unit] call VN_fnc_revive_fix_movement;
Parameters
_unit: Object - (Optional, default cursorObject) Unit to be checked
Return value
Boolean - Function reached the end

Examples

Example 1
[player] call vn_fnc_revive_fix_movement;