ManaPlus
Namespaces | Typedefs | Enumerations
beingaction.h File Reference

(986a3bf)

#include "enums/simpletypes/enumdefines.h"

Go to the source code of this file.

Namespaces

 BeingAction
 

Typedefs

typedef BeingAction ::T BeingActionT
 

Enumerations

enum  BeingAction::T {
  BeingAction::STAND = 0 , BeingAction::MOVE = 1 , BeingAction::ATTACK = 2 , BeingAction::CAST = 3 ,
  BeingAction::SIT = 4 , BeingAction::DEAD = 5 , BeingAction::HURT = 6 , BeingAction::SPAWN = 7 ,
  BeingAction::PRESTAND = 8
}
 

Typedef Documentation

◆ BeingActionT

typedef BeingAction ::T BeingActionT

Definition at line 41 of file beingaction.h.