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

#include <LevelUpElixirBehaviorTemplate.h>

Inheritance diagram for LevelUpElixirBehaviorTemplate:
ElixirBehaviorTemplate TimedItemBehaviorTemplate BehaviorTemplate PropertyClass WorldElixirBehaviorTemplate

Public Member Functions

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

◆ getAccessPasses()

List< std::string > LevelUpElixirBehaviorTemplate::getAccessPasses ( )
inline

◆ getAllSchoolData()

SharedPointer< LevelUpElixirSchoolSpecificData > * LevelUpElixirBehaviorTemplate::getAllSchoolData ( )
inline

◆ getFirstWarningStringKey()

std::string LevelUpElixirBehaviorTemplate::getFirstWarningStringKey ( )
inline

◆ getGold()

int LevelUpElixirBehaviorTemplate::getGold ( )
inline

◆ getMaxPotions()

int LevelUpElixirBehaviorTemplate::getMaxPotions ( )
inline

◆ getResultingTrainingPoints()

int LevelUpElixirBehaviorTemplate::getResultingTrainingPoints ( )
inline

◆ getSchoolSpecificData()

List< SharedPointer< LevelUpElixirSchoolSpecificData > > * LevelUpElixirBehaviorTemplate::getSchoolSpecificData ( )
inline

◆ getSecondWarningStringKey()

std::string LevelUpElixirBehaviorTemplate::getSecondWarningStringKey ( )
inline

◆ getSetCharacterToLevel()

int LevelUpElixirBehaviorTemplate::getSetCharacterToLevel ( )
inline

◆ getTipIDsToDismiss()

List< gid > LevelUpElixirBehaviorTemplate::getTipIDsToDismiss ( )
inline

◆ getTutorialEventsToTrigger()

List< std::string > LevelUpElixirBehaviorTemplate::getTutorialEventsToTrigger ( )
inline

◆ setAccessPasses()

void LevelUpElixirBehaviorTemplate::setAccessPasses ( List< std::string > val)
inline

◆ setAllSchoolData()

void LevelUpElixirBehaviorTemplate::setAllSchoolData ( SharedPointer< LevelUpElixirSchoolSpecificData > * val)
inline

◆ setFirstWarningStringKey()

void LevelUpElixirBehaviorTemplate::setFirstWarningStringKey ( std::string val)
inline

◆ setGold()

void LevelUpElixirBehaviorTemplate::setGold ( int val)
inline

◆ setMaxPotions()

void LevelUpElixirBehaviorTemplate::setMaxPotions ( int val)
inline

◆ setResultingTrainingPoints()

void LevelUpElixirBehaviorTemplate::setResultingTrainingPoints ( int val)
inline

◆ setSchoolSpecificData()

void LevelUpElixirBehaviorTemplate::setSchoolSpecificData ( List< SharedPointer< LevelUpElixirSchoolSpecificData > > * val)
inline

◆ setSecondWarningStringKey()

void LevelUpElixirBehaviorTemplate::setSecondWarningStringKey ( std::string val)
inline

◆ setSetCharacterToLevel()

void LevelUpElixirBehaviorTemplate::setSetCharacterToLevel ( int val)
inline

◆ setTipIDsToDismiss()

void LevelUpElixirBehaviorTemplate::setTipIDsToDismiss ( List< gid > val)
inline

◆ setTutorialEventsToTrigger()

void LevelUpElixirBehaviorTemplate::setTutorialEventsToTrigger ( List< std::string > val)
inline