View source for Script/HeroParty

Jump to: navigation, search

You do not have permission to edit this page, for the following reason:

The action you have requested is limited to users in the group: Users.


You can view and copy the source of this page.

Return to Script/HeroParty.

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 ()