|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <Player.h>
Public Member Functions | |
| ActionButton () | |
| uint32 | GetAction () const |
| uint32 | GetHiType () const |
| ActionButtonType | GetType () const |
| void | SetActionAndType (uint32 action, ActionButtonType type) |
Public Attributes | |
| uint64 | packedData |
| ActionButtonUpdateState | uState |
|
inline |
Definition at line 353 of file Player.h.
References packedData, and uState.
|
inline |
Definition at line 367 of file Player.h.
References ACTION_BUTTON_ACTION, and packedData.
Referenced by Spell::EffectCastButtons(), and Player::SendActionButtons().
|
inline |
Definition at line 363 of file Player.h.
References GetType().
Referenced by Player::SendActionButtons().
|
inline |
Definition at line 359 of file Player.h.
References ACTION_BUTTON_TYPE, and packedData.
Referenced by Spell::EffectCastButtons(), GetHiType(), and Player::SendActionButtons().
|
inline |
Definition at line 372 of file Player.h.
References ACTIONBUTTON_CHANGED, ACTIONBUTTON_DELETED, ACTIONBUTTON_NEW, packedData, and uState.
Referenced by Player::addActionButton().
| uint64 ActionButton::packedData |
Definition at line 355 of file Player.h.
Referenced by ActionButton(), GetAction(), GetType(), and SetActionAndType().
| ActionButtonUpdateState ActionButton::uState |
Definition at line 356 of file Player.h.
Referenced by ActionButton(), and SetActionAndType().