TrinityCore
ActionButton Struct Reference

#include <Player.h>

Public Member Functions

 ActionButton ()
 
ActionButtonType GetType () const
 
uint64 GetAction () const
 
void SetActionAndType (uint64 action, ActionButtonType type)
 

Public Attributes

uint64 packedData
 
ActionButtonUpdateState uState
 

Detailed Description

Definition at line 318 of file Player.h.

Constructor & Destructor Documentation

◆ ActionButton()

ActionButton::ActionButton ( )
inline

Definition at line 320 of file Player.h.

Member Function Documentation

◆ GetAction()

uint64 ActionButton::GetAction ( ) const
inline

Definition at line 327 of file Player.h.

+ Here is the caller graph for this function:

◆ GetType()

ActionButtonType ActionButton::GetType ( ) const
inline

Definition at line 326 of file Player.h.

+ Here is the caller graph for this function:

◆ SetActionAndType()

void ActionButton::SetActionAndType ( uint64  action,
ActionButtonType  type 
)
inline

Definition at line 328 of file Player.h.

+ Here is the caller graph for this function:

Member Data Documentation

◆ packedData

uint64 ActionButton::packedData

Definition at line 322 of file Player.h.

◆ uState

ActionButtonUpdateState ActionButton::uState

Definition at line 323 of file Player.h.


The documentation for this struct was generated from the following file: