Skip to main content

NPCState

Enumeration Members

INIT

INIT = 0

Defined in

NPCState.ts:2


APPEAR

APPEAR = 1

Defined in

NPCState.ts:3


APPEAR_CUSTOM

APPEAR_CUSTOM = 2

Defined in

NPCState.ts:4


IDLE

IDLE = 3

Defined in

NPCState.ts:5


MOVE

MOVE = 4

Defined in

NPCState.ts:6


SUICIDE

SUICIDE = 5

Defined in

NPCState.ts:7


JUMP

JUMP = 6

Defined in

NPCState.ts:8


STOMP

STOMP = 7

Defined in

NPCState.ts:9


ATTACK

ATTACK = 8

Defined in

NPCState.ts:10


ATTACK_2

ATTACK_2 = 9

Defined in

NPCState.ts:11


ATTACK_3

ATTACK_3 = 10

Defined in

NPCState.ts:12


ATTACK_4

ATTACK_4 = 11

Defined in

NPCState.ts:13


ATTACK_5

ATTACK_5 = 12

Defined in

NPCState.ts:14


SUMMON

SUMMON = 13

Defined in

NPCState.ts:15


SUMMON_2

SUMMON_2 = 14

Defined in

NPCState.ts:16


SUMMON_3

SUMMON_3 = 15

Defined in

NPCState.ts:17


SPECIAL

SPECIAL = 16

Defined in

NPCState.ts:18


UNIQUE_DEATH

UNIQUE_DEATH = 17

Defined in

NPCState.ts:19


DEATH

DEATH = 18

Defined in

NPCState.ts:20