AIMR
Description
Used by NPC:MoveClimbExec, NPC:MoveJumpExec and NPC:MoveJumpStop.
Values
AIMR_ILLEGAL | -4 | Move is illegal for some reason. |
AIMR_BLOCKED_NPC | -3 | Move was blocked by an NPC. |
AIMR_BLOCKED_WORLD | -2 | Move was blocked by the world. |
AIMR_BLOCKED_ENTITY | -1 | Move was blocked by an entity. |
AIMR_OK | 0 | Move op was ok. |
AIMR_CHANGE_TYPE | 1 | Locomotion method has changed. |