Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
User action internal state machine states

Variables

const int UA_NONE = 0
 
const int UA_FAILED = 1
 
const int UA_PROCESSING = 2
 
const int UA_REPEAT = 3
 
const int UA_FINISHED = 4
 
const int UA_CANCEL = 5
 
const int UA_INTERRUPT = 6
 
const int UA_START = 7
 
const int UA_STARTT = 8
 
const int UA_CANCELT = 9
 
const int UA_FINISHEDT = 10
 
const int UA_ANIM_EVENT = 11
 
const int UA_INITIALIZE = 12
 
const int UA_CHECK_CON = 13
 
const int UA_AM_PENDING = 14
 
const int UA_AM_ACCEPTED = 15
 
const int UA_AM_REJECTED = 16
 
const int UA_IN_START = 17
 
const int UA_IN_END = 18
 
const int UA_SPAWN_DUST_A = 19
 
const int UA_SPAWN_DUST_B = 20
 
const int UA_IN_CRAFTING = 21
 
const int UA_ERROR = 24
 
const int UA_SETEND_2 = 32
 

Detailed Description

\desc User action internal state machine states

Variable Documentation

◆ UA_AM_ACCEPTED

const int UA_AM_ACCEPTED = 15

Definition at line 477 of file constants.c.

◆ UA_AM_PENDING

const int UA_AM_PENDING = 14

Definition at line 476 of file constants.c.

◆ UA_AM_REJECTED

const int UA_AM_REJECTED = 16

Definition at line 478 of file constants.c.

◆ UA_ANIM_EVENT

const int UA_ANIM_EVENT = 11

Definition at line 473 of file constants.c.

◆ UA_CANCEL

const int UA_CANCEL = 5

Definition at line 467 of file constants.c.

◆ UA_CANCELT

const int UA_CANCELT = 9

Definition at line 471 of file constants.c.

◆ UA_CHECK_CON

const int UA_CHECK_CON = 13

Definition at line 475 of file constants.c.

◆ UA_ERROR

const int UA_ERROR = 24

Definition at line 485 of file constants.c.

◆ UA_FAILED

const int UA_FAILED = 1

Definition at line 463 of file constants.c.

◆ UA_FINISHED

const int UA_FINISHED = 4

Definition at line 466 of file constants.c.

◆ UA_FINISHEDT

const int UA_FINISHEDT = 10

Definition at line 472 of file constants.c.

◆ UA_IN_CRAFTING

const int UA_IN_CRAFTING = 21

Definition at line 483 of file constants.c.

◆ UA_IN_END

const int UA_IN_END = 18

Definition at line 480 of file constants.c.

◆ UA_IN_START

const int UA_IN_START = 17

Definition at line 479 of file constants.c.

◆ UA_INITIALIZE

const int UA_INITIALIZE = 12

Definition at line 474 of file constants.c.

◆ UA_INTERRUPT

const int UA_INTERRUPT = 6

Definition at line 468 of file constants.c.

◆ UA_NONE

const int UA_NONE = 0

Definition at line 462 of file constants.c.

◆ UA_PROCESSING

const int UA_PROCESSING = 2

Definition at line 464 of file constants.c.

◆ UA_REPEAT

const int UA_REPEAT = 3

Definition at line 465 of file constants.c.

◆ UA_SETEND_2

const int UA_SETEND_2 = 32

Definition at line 487 of file constants.c.

◆ UA_SPAWN_DUST_A

const int UA_SPAWN_DUST_A = 19

Definition at line 481 of file constants.c.

◆ UA_SPAWN_DUST_B

const int UA_SPAWN_DUST_B = 20

Definition at line 482 of file constants.c.

◆ UA_START

const int UA_START = 7

Definition at line 469 of file constants.c.

◆ UA_STARTT

const int UA_STARTT = 8

Definition at line 470 of file constants.c.