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

#include <PvPLeagueTemplate.h>

Inheritance diagram for PvPLeagueTemplate:
PropertyClass

Public Member Functions

std::string getLeagueType ()
 
void setLeagueType (std::string val)
 
std::string getMainDoodle ()
 
void setMainDoodle (std::string val)
 
std::string getLeagueDescription ()
 
void setLeagueDescription (std::string val)
 
std::string getLeagueName ()
 
void setLeagueName (std::string val)
 
int getAge ()
 
void setAge (int val)
 
bool getRetired ()
 
void setRetired (bool val)
 
int getGracePeriodDays ()
 
void setGracePeriodDays (int val)
 
SharedPointer< RequirementList > * getRequirementsList ()
 
void setRequirementsList (SharedPointer< RequirementList > *val)
 
List< std::string > getSeasonList ()
 
void setSeasonList (List< std::string > val)
 
List< std::string > getDuelModifiers ()
 
void setDuelModifiers (List< std::string > 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

◆ getAge()

int PvPLeagueTemplate::getAge ( )
inline

◆ getDuelModifiers()

List< std::string > PvPLeagueTemplate::getDuelModifiers ( )
inline

◆ getGracePeriodDays()

int PvPLeagueTemplate::getGracePeriodDays ( )
inline

◆ getLeagueDescription()

std::string PvPLeagueTemplate::getLeagueDescription ( )
inline

◆ getLeagueName()

std::string PvPLeagueTemplate::getLeagueName ( )
inline

◆ getLeagueType()

std::string PvPLeagueTemplate::getLeagueType ( )
inline

◆ getMainDoodle()

std::string PvPLeagueTemplate::getMainDoodle ( )
inline

◆ getRequirementsList()

SharedPointer< RequirementList > * PvPLeagueTemplate::getRequirementsList ( )
inline

◆ getRetired()

bool PvPLeagueTemplate::getRetired ( )
inline

◆ getSeasonList()

List< std::string > PvPLeagueTemplate::getSeasonList ( )
inline

◆ setAge()

void PvPLeagueTemplate::setAge ( int val)
inline

◆ setDuelModifiers()

void PvPLeagueTemplate::setDuelModifiers ( List< std::string > val)
inline

◆ setGracePeriodDays()

void PvPLeagueTemplate::setGracePeriodDays ( int val)
inline

◆ setLeagueDescription()

void PvPLeagueTemplate::setLeagueDescription ( std::string val)
inline

◆ setLeagueName()

void PvPLeagueTemplate::setLeagueName ( std::string val)
inline

◆ setLeagueType()

void PvPLeagueTemplate::setLeagueType ( std::string val)
inline

◆ setMainDoodle()

void PvPLeagueTemplate::setMainDoodle ( std::string val)
inline

◆ setRequirementsList()

void PvPLeagueTemplate::setRequirementsList ( SharedPointer< RequirementList > * val)
inline

◆ setRetired()

void PvPLeagueTemplate::setRetired ( bool val)
inline

◆ setSeasonList()

void PvPLeagueTemplate::setSeasonList ( List< std::string > val)
inline