Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
EMoveError.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
13{
20 // current status prevent any movement - dead, uncon
22 // configuration error - missing component, navmesh etc.
24}
25
SCR_RespawnComponentClass OK
Result code for request/assign response.
Definition EMoveError.c:14
EMoveError
Definition EMoveError.c:13
@ STUCK
Definition EMoveError.c:15
@ STOPPED
Definition EMoveError.c:16
@ UNREACHABLE
Definition EMoveError.c:17
@ WAITING_ON_NAVLINK
Definition EMoveError.c:18
@ ENTITY_NOT_MOVABLE
Definition EMoveError.c:21
@ ENTITY_CANT_MOVE
Definition EMoveError.c:19
@ UNKNOWN
Definition EPlatform.c:24