ManaPlus
Namespaces | Typedefs | Enumerations
attacktype.h File Reference

(986a3bf)

#include "enums/simpletypes/enumdefines.h"

Go to the source code of this file.

Namespaces

 AttackType
 

Typedefs

typedef AttackType ::T AttackTypeT
 

Enumerations

enum  AttackType::T {
  AttackType::HIT = 0 , AttackType::PICKUP = 1 , AttackType::SIT = 2 , AttackType::STAND = 3 ,
  AttackType::REFLECT = 4 , AttackType::SPLASH = 5 , AttackType::SKILL = 6 , AttackType::REPEATE = 7 ,
  AttackType::MULTI = 8 , AttackType::MULTI_REFLECT = 9 , AttackType::CRITICAL = 10 , AttackType::FLEE = 11 ,
  AttackType::TOUCH_SKILL = 12 , AttackType::MISS = 0xffff , AttackType::SKILLMISS = 0x10000
}
 

Typedef Documentation

◆ AttackTypeT

typedef AttackType ::T AttackTypeT

Definition at line 47 of file attacktype.h.