- getMemberCount
ulong getMemberCount()
Returns the number of members in this channel
- getMembers
DConnection[] getMembers()
Returns a list of all the members
- getName
string getName()
Undocumented in source. Be warned that the author may not have intended to support it.
- isMember
bool isMember(DConnection client)
Undocumented in source. Be warned that the author may not have intended to support it.
- join
bool join(DConnection client)
Joins the given client to this channel
- leave
void leave(DConnection client)
Removes the given client from this channel
- sendMessage
bool sendMessage(DConnection sender, string message)
Undocumented in source. Be warned that the author may not have intended to support it.
- toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.