![]() |
Dawn of Light - Class documentation 2900
This is the Dawn of Light project
|
Alliance are the alliance between guild in game. More...
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] |
Alliance are the alliance between guild in game.
void DOL.GS.Alliance.LoadFromDatabase | ( | DataObject | obj | ) |
Loads this alliance from an alliance table.
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