Difference between revisions of "Script/HeroParty"
From SF3
(Created page with "==class HeroParty== === Class Methods === {| border='0' style ='border:solid 1px #eeeedd; color: black; width: 1200px;background-color: #ffffcc;' cellspacing='0' cellpadding=...") |
(No difference)
|
Revision as of 13:33, 26 August 2016
class HeroParty
Class Methods
void | AddItems (const string&in _sItemTechnicalName, const uint _uAmount) |
void | RemoveItems (const string&in _sItemTechnicalName, const uint _uAmount) |
bool | HasItems (const string&in _sItemTechnicalName, const uint _uAmount) const |
bool | IsMember (const Creature&in _Creature) const |
void | AddMember (const Creature&in _Creature) |
void | RemoveMember (const Creature&in _Creature) |
void | AddExperience (const uint _uAmount) |
void | Stop () |