TrinityCore
Loading...
Searching...
No Matches
Channel::PlayerInfo Struct Reference

Public Member Functions

bool IsInvisible () const
 
void SetInvisible (bool on)
 
bool HasFlag (uint8 flag) const
 
void SetFlag (uint8 flag)
 
bool IsOwner () const
 
void SetOwner (bool state)
 
bool IsModerator () const
 
void SetModerator (bool state)
 
bool IsMuted () const
 
void SetMuted (bool state)
 

Public Attributes

uint8 flags
 
bool invisible
 

Detailed Description

Definition at line 121 of file Channel.h.

Member Function Documentation

◆ HasFlag()

bool Channel::PlayerInfo::HasFlag ( uint8  flag) const
inline

Definition at line 129 of file Channel.h.

◆ IsInvisible()

bool Channel::PlayerInfo::IsInvisible ( ) const
inline

Definition at line 126 of file Channel.h.

+ Here is the caller graph for this function:

◆ IsModerator()

bool Channel::PlayerInfo::IsModerator ( ) const
inline

Definition at line 139 of file Channel.h.

+ Here is the caller graph for this function:

◆ IsMuted()

bool Channel::PlayerInfo::IsMuted ( ) const
inline

Definition at line 146 of file Channel.h.

+ Here is the caller graph for this function:

◆ IsOwner()

bool Channel::PlayerInfo::IsOwner ( ) const
inline

Definition at line 132 of file Channel.h.

+ Here is the caller graph for this function:

◆ SetFlag()

void Channel::PlayerInfo::SetFlag ( uint8  flag)
inline

Definition at line 130 of file Channel.h.

◆ SetInvisible()

void Channel::PlayerInfo::SetInvisible ( bool  on)
inline

Definition at line 127 of file Channel.h.

◆ SetModerator()

void Channel::PlayerInfo::SetModerator ( bool  state)
inline

Definition at line 140 of file Channel.h.

+ Here is the caller graph for this function:

◆ SetMuted()

void Channel::PlayerInfo::SetMuted ( bool  state)
inline

Definition at line 147 of file Channel.h.

+ Here is the caller graph for this function:

◆ SetOwner()

void Channel::PlayerInfo::SetOwner ( bool  state)
inline

Definition at line 133 of file Channel.h.

Member Data Documentation

◆ flags

uint8 Channel::PlayerInfo::flags

Definition at line 123 of file Channel.h.

◆ invisible

bool Channel::PlayerInfo::invisible

Definition at line 124 of file Channel.h.


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