Dawn of Light - Class documentation 2900
This is the Dawn of Light project
DOL.GS.ChatGroup Class Reference

Description résumée de ChatGroup. More...

List of all members.

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]

Detailed Description

Description résumée de ChatGroup.


Constructor & Destructor Documentation

DOL.GS.ChatGroup.ChatGroup ( )

constructor of chat group


Member Function Documentation

virtual bool DOL.GS.ChatGroup.AddPlayer ( GamePlayer  player,
bool  leader 
) [virtual]

Adds a player to the chatgroup

Parameters:
player
leader
Returns:
virtual bool DOL.GS.ChatGroup.RemovePlayer ( GamePlayer  player) [virtual]

Removes a player from the group.

Parameters:
playerGamePlayer to be removed
Returns:
true if removed, false if not

Member Data Documentation

HybridDictionary DOL.GS.ChatGroup.m_chatgroupMembers = new HybridDictionary() [protected]

This holds all players inside the chatgroup.


The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Enumerations Properties Events