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

Alliance are the alliance between guild in game. More...

List of all members.

Public Member Functions

void AddGuild (Guild myguild)
void RemoveGuild (Guild myguild)
void Clear ()
bool Contains (Guild myguild)
void SendMessageToAllianceMembers (string msg, PacketHandler.eChatType type, PacketHandler.eChatLoc loc)
 send message to all member of alliance
void LoadFromDatabase (DataObject obj)
 Loads this alliance from an alliance table.
void SaveIntoDatabase ()
 Saves this alliance to database.

Protected Attributes

ArrayList m_guilds
DBAlliance m_dballiance

Properties

ArrayList Guilds [get, set]
DBAlliance Dballiance [get, set]

Detailed Description

Alliance are the alliance between guild in game.


Member Function Documentation

void DOL.GS.Alliance.LoadFromDatabase ( DataObject  obj)

Loads this alliance from an alliance table.

Parameters:
obj
void DOL.GS.Alliance.SaveIntoDatabase ( )

Saves this alliance to database.

void DOL.GS.Alliance.SendMessageToAllianceMembers ( string  msg,
PacketHandler.eChatType  type,
PacketHandler.eChatLoc  loc 
)

send message to all member of alliance


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