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

#include <WorldElixirBehaviorTemplate.h>

Inheritance diagram for WorldElixirBehaviorTemplate:
LevelUpElixirBehaviorTemplate ElixirBehaviorTemplate TimedItemBehaviorTemplate BehaviorTemplate PropertyClass

Public Member Functions

std::string getQuestPrefix ()
 
void setQuestPrefix (std::string val)
 
- Public Member Functions inherited from LevelUpElixirBehaviorTemplate
int getSetCharacterToLevel ()
 
void setSetCharacterToLevel (int val)
 
int getResultingTrainingPoints ()
 
void setResultingTrainingPoints (int val)
 
List< SharedPointer< LevelUpElixirSchoolSpecificData > > * getSchoolSpecificData ()
 
void setSchoolSpecificData (List< SharedPointer< LevelUpElixirSchoolSpecificData > > *val)
 
SharedPointer< LevelUpElixirSchoolSpecificData > * getAllSchoolData ()
 
void setAllSchoolData (SharedPointer< LevelUpElixirSchoolSpecificData > *val)
 
std::string getFirstWarningStringKey ()
 
void setFirstWarningStringKey (std::string val)
 
std::string getSecondWarningStringKey ()
 
void setSecondWarningStringKey (std::string val)
 
List< std::string > getAccessPasses ()
 
void setAccessPasses (List< std::string > val)
 
int getGold ()
 
void setGold (int val)
 
List< std::string > getTutorialEventsToTrigger ()
 
void setTutorialEventsToTrigger (List< std::string > val)
 
List< gid > getTipIDsToDismiss ()
 
void setTipIDsToDismiss (List< gid > val)
 
int getMaxPotions ()
 
void setMaxPotions (int val)
 
- Public Member Functions inherited from ElixirBehaviorTemplate
List< std::string > getTypeList ()
 
void setTypeList (List< std::string > val)
 
std::string getEquipParticle ()
 
void setEquipParticle (std::string val)
 
std::string getUnequipParticle ()
 
void setUnequipParticle (std::string val)
 
std::string getEquipSound ()
 
void setEquipSound (std::string val)
 
std::string getUnequipSound ()
 
void setUnequipSound (std::string val)
 
SharedPointer< ResultList > * getEquipActionList ()
 
void setEquipActionList (SharedPointer< ResultList > *val)
 
SharedPointer< ResultList > * getUnequipActionList ()
 
void setUnequipActionList (SharedPointer< ResultList > *val)
 
bool getCombatEnabled ()
 
void setCombatEnabled (bool val)
 
bool getPvPEnabled ()
 
void setPvPEnabled (bool val)
 
- Public Member Functions inherited from TimedItemBehaviorTemplate
std::string getExpireTime ()
 
void setExpireTime (std::string val)
 
TimerType getTimerType ()
 
void setTimerType (TimerType 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.
 

Additional Inherited Members

- Public Attributes inherited from BehaviorTemplate
std::string name
 

Member Function Documentation

◆ getQuestPrefix()

std::string WorldElixirBehaviorTemplate::getQuestPrefix ( )
inline

◆ setQuestPrefix()

void WorldElixirBehaviorTemplate::setQuestPrefix ( std::string val)
inline