-
Notifications
You must be signed in to change notification settings - Fork 52
Enumerations
MMOMinion edited this page Sep 28, 2013
·
24 revisions
- All enumerations made by us are listed here. Enumerations are pre-defined global variables that can and SHOULD be used everywhere in your lua code for better understanding and to reduce problems that come with patches & updates of the game that change ingame enumerations.
- *IMPORTANT: THE GLOBAL VARIABLES ARE NOT YET DEFINED IN THE CURRENTLY RUNNING CLOSED BETA TEST!
PC = 1,
BattleNPC = 2,
EventNPC = 3,
Aetheryte = 5,
ResourceNode = 6,
EventObject = 7,
Minipets = 9,