|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <Unit.h>
Public Member Functions | |
| uint32 | GetAction () const |
| ActiveStates | GetType () const |
| bool | IsActionBarForSpell () const |
| void | SetAction (uint32 action) |
| void | SetActionAndType (uint32 action, ActiveStates type) |
| void | SetType (ActiveStates type) |
| UnitActionBarEntry () | |
Public Attributes | |
| uint32 | packedData |
|
inline |
Definition at line 1177 of file Unit.h.
References ACT_DISABLED, and packedData.
|
inline |
Definition at line 1187 of file Unit.h.
References packedData, and UNIT_ACTION_BUTTON_ACTION.
Referenced by Player::CharmSpellInitialize().
|
inline |
Definition at line 1183 of file Unit.h.
References packedData, and UNIT_ACTION_BUTTON_TYPE.
Referenced by IsActionBarForSpell().
|
inline |
Definition at line 1191 of file Unit.h.
References ACT_DISABLED, ACT_ENABLED, ACT_PASSIVE, and GetType().
|
inline |
Definition at line 1207 of file Unit.h.
References packedData, and UNIT_ACTION_BUTTON_ACTION.
|
inline |
Definition at line 1197 of file Unit.h.
References MAKE_UNIT_ACTION_BUTTON, and packedData.
|
inline |
Definition at line 1202 of file Unit.h.
References MAKE_UNIT_ACTION_BUTTON, packedData, and UNIT_ACTION_BUTTON_ACTION.
| uint32 UnitActionBarEntry::packedData |
Definition at line 1180 of file Unit.h.
Referenced by GetAction(), GetType(), SetAction(), SetActionAndType(), SetType(), and UnitActionBarEntry().