![]() |
Dawn of Light - Class documentation 2900
This is the Dawn of Light project
|
Description résumée de ChatGroup. More...
Public Member Functions | |
ChatGroup () | |
constructor of chat group | |
virtual bool | AddPlayer (GamePlayer player, bool leader) |
virtual bool | RemovePlayer (GamePlayer player) |
Removes a player from the group. | |
Public Attributes | |
const string | CHATGROUP_PROPERTY = "chatgroup" |
Protected Attributes | |
HybridDictionary | m_chatgroupMembers = new HybridDictionary() |
This holds all players inside the chatgroup. | |
Properties | |
HybridDictionary | Members [get, set] |
bool | Listen [get, set] |
bool | IsPublic [get, set] |
string | Password [get, set] |
Description résumée de ChatGroup.
DOL.GS.ChatGroup.ChatGroup | ( | ) |
constructor of chat group
virtual bool DOL.GS.ChatGroup.AddPlayer | ( | GamePlayer | player, |
bool | leader | ||
) | [virtual] |
Adds a player to the chatgroup
player | |
leader |
virtual bool DOL.GS.ChatGroup.RemovePlayer | ( | GamePlayer | player | ) | [virtual] |
Removes a player from the group.
player | GamePlayer to be removed |
HybridDictionary DOL.GS.ChatGroup.m_chatgroupMembers = new HybridDictionary() [protected] |
This holds all players inside the chatgroup.