Cyrus Mod Loader
Loading...
Searching...
No Matches
TieredSpellGroup Class Reference

#include <TieredSpellGroup.h>

Inheritance diagram for TieredSpellGroup:
PropertyClass

Public Member Functions

std::string getTierOneSpell ()
 
void setTierOneSpell (std::string val)
 
List< std::string > getAdjectiveList ()
 
void setAdjectiveList (List< std::string > val)
 
unsigned int getReturnRate ()
 
void setReturnRate (unsigned int val)
 
RequirementList ** getUnhideReqs ()
 
void setUnhideReqs (RequirementList **val)
 
gid getShardType ()
 
void setShardType (gid val)
 
std::string getOverrideStringNotEnoughShards ()
 
void setOverrideStringNotEnoughShards (std::string val)
 
unsigned int getCrownsResetSubscribers ()
 
void setCrownsResetSubscribers (unsigned int val)
 
unsigned int getGoldResetSubscribers ()
 
void setGoldResetSubscribers (unsigned int val)
 
unsigned int getCrownsResetNonSubscribers ()
 
void setCrownsResetNonSubscribers (unsigned int val)
 
unsigned int getGoldResetNonSubscribers ()
 
void setGoldResetNonSubscribers (unsigned int val)
 
- Public Member Functions inherited from PropertyClass
virtual char * getClassName ()=0
 Gets the class name of the derived class in the format class T[*].
 
virtual void * getPropertyList ()=0
 Constructs and caches the PropertyList for the derived class, adding all reflected members and member functions.
 
virtual bool copy (uint32_t a1)=0
 Copies the property class data.
 
virtual void * serialize (void *a2, uint32_t a3)=0
 Serializes the derived class's PropertyList as XML.
 
virtual bool onCreated ()=0
 Called when the PropertyClass is created.
 
template<typename T >
CYRUS T * as ()
 Casts this to a pointer of type T.
 
virtual void onPostLoad ()=0
 Called when the PropertyClass is loaded, i.e., initialize is called and onCreated has finished.
 
virtual void onFinalizeLoad ()=0
 
virtual bool shouldNotSerialize ()=0
 Determines if the PropertyClass should not be serialized.
 

Member Function Documentation

◆ getAdjectiveList()

List< std::string > TieredSpellGroup::getAdjectiveList ( )
inline

◆ getCrownsResetNonSubscribers()

unsigned int TieredSpellGroup::getCrownsResetNonSubscribers ( )
inline

◆ getCrownsResetSubscribers()

unsigned int TieredSpellGroup::getCrownsResetSubscribers ( )
inline

◆ getGoldResetNonSubscribers()

unsigned int TieredSpellGroup::getGoldResetNonSubscribers ( )
inline

◆ getGoldResetSubscribers()

unsigned int TieredSpellGroup::getGoldResetSubscribers ( )
inline

◆ getOverrideStringNotEnoughShards()

std::string TieredSpellGroup::getOverrideStringNotEnoughShards ( )
inline

◆ getReturnRate()

unsigned int TieredSpellGroup::getReturnRate ( )
inline

◆ getShardType()

gid TieredSpellGroup::getShardType ( )
inline

◆ getTierOneSpell()

std::string TieredSpellGroup::getTierOneSpell ( )
inline

◆ getUnhideReqs()

RequirementList ** TieredSpellGroup::getUnhideReqs ( )
inline

◆ setAdjectiveList()

void TieredSpellGroup::setAdjectiveList ( List< std::string > val)
inline

◆ setCrownsResetNonSubscribers()

void TieredSpellGroup::setCrownsResetNonSubscribers ( unsigned int val)
inline

◆ setCrownsResetSubscribers()

void TieredSpellGroup::setCrownsResetSubscribers ( unsigned int val)
inline

◆ setGoldResetNonSubscribers()

void TieredSpellGroup::setGoldResetNonSubscribers ( unsigned int val)
inline

◆ setGoldResetSubscribers()

void TieredSpellGroup::setGoldResetSubscribers ( unsigned int val)
inline

◆ setOverrideStringNotEnoughShards()

void TieredSpellGroup::setOverrideStringNotEnoughShards ( std::string val)
inline

◆ setReturnRate()

void TieredSpellGroup::setReturnRate ( unsigned int val)
inline

◆ setShardType()

void TieredSpellGroup::setShardType ( gid val)
inline

◆ setTierOneSpell()

void TieredSpellGroup::setTierOneSpell ( std::string val)
inline

◆ setUnhideReqs()

void TieredSpellGroup::setUnhideReqs ( RequirementList ** val)
inline