|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
Public Member Functions | |
| bool | HasFlag (uint8 flag) const |
| bool | IsModerator () const |
| bool | IsMuted () const |
| bool | IsOwner () const |
| PlayerInfo () | |
| void | SetFlag (uint8 flag) |
| void | SetModerator (bool state) |
| void | SetMuted (bool state) |
| void | SetOwner (bool state) |
Public Attributes | |
| uint8 | flags |
| uint64 | player |
|
inline |
|
inline |
|
inline |
Definition at line 122 of file Channel.h.
References flags, and MEMBER_FLAG_MODERATOR.
|
inline |
Definition at line 128 of file Channel.h.
References flags, and MEMBER_FLAG_MUTED.
|
inline |
Definition at line 116 of file Channel.h.
References flags, and MEMBER_FLAG_OWNER.
|
inline |
|
inline |
Definition at line 123 of file Channel.h.
References flags, and MEMBER_FLAG_MODERATOR.
|
inline |
Definition at line 129 of file Channel.h.
References flags, and MEMBER_FLAG_MUTED.
|
inline |
Definition at line 117 of file Channel.h.
References flags, and MEMBER_FLAG_OWNER.
| uint8 Channel::PlayerInfo::flags |
Definition at line 112 of file Channel.h.
Referenced by HasFlag(), IsModerator(), IsMuted(), IsOwner(), Channel::JoinChannel(), PlayerInfo(), SetFlag(), SetModerator(), SetMuted(), and SetOwner().
| uint64 Channel::PlayerInfo::player |
Definition at line 111 of file Channel.h.
Referenced by Channel::JoinChannel(), and PlayerInfo().