ConstantsΒΆ

Accessible constants are the following:

General purpose:
  • HAC_GAME_LIB_VERSION
Directions:
  • NO_DIR : This one is used when no direction can be provided by an actuator
    (destination reached for a PathFinder for example)
  • UP
  • DOWN
  • LEFT
  • RIGHT
  • DRUP : Diagonal right up
  • DRDOWN : Diagonal right down
  • DLUP : Diagonal Left up
  • DLDOWN : Diagonal left down
Permissions:
  • PLAYER_AUTHORIZED
  • NPC_AUTHORIZED
  • ALL_PLAYABLE_AUTHORIZED
  • NONE_AUTHORIZED
UI positions:
  • POS_TOP
  • POS_BOTTOM
  • ORIENTATION_HORIZONTAL
  • ORIENTATION_VERTICAL
Actions states (for Actuators for example):
  • RUNNING
  • PAUSED
  • STOPPED