AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "Player.h"
Public Member Functions | |
ActionButton ()=default | |
ActionButtonType | GetType () const |
uint32 | GetAction () const |
void | SetActionAndType (uint32 action, ActionButtonType type) |
Public Attributes | |
uint32 | packedData {0} |
ActionButtonUpdateState | uState {ACTIONBUTTON_NEW} |
|
default |
|
inline |
|
inline |
|
inline |
References ACTIONBUTTON_CHANGED, ACTIONBUTTON_DELETED, ACTIONBUTTON_NEW, packedData, and uState.
Referenced by Player::addActionButton().
uint32 ActionButton::packedData {0} |
Referenced by GetAction(), GetType(), and SetActionAndType().
ActionButtonUpdateState ActionButton::uState {ACTIONBUTTON_NEW} |
Referenced by SetActionAndType().