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