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

#include <PvPSeasonTemplate.h>

Inheritance diagram for PvPSeasonTemplate:
PropertyClass

Public Member Functions

std::string getSeasonName ()
 
void setSeasonName (std::string val)
 
std::string getSeasonTitle ()
 
void setSeasonTitle (std::string val)
 
int getStartMonth ()
 
void setStartMonth (int val)
 
int getStartDay ()
 
void setStartDay (int val)
 
int getStartHour ()
 
void setStartHour (int val)
 
int getStartMinute ()
 
void setStartMinute (int val)
 
int getEndMonth ()
 
void setEndMonth (int val)
 
int getEndDay ()
 
void setEndDay (int val)
 
int getEndHour ()
 
void setEndHour (int val)
 
int getEndMinute ()
 
void setEndMinute (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

◆ getEndDay()

int PvPSeasonTemplate::getEndDay ( )
inline

◆ getEndHour()

int PvPSeasonTemplate::getEndHour ( )
inline

◆ getEndMinute()

int PvPSeasonTemplate::getEndMinute ( )
inline

◆ getEndMonth()

int PvPSeasonTemplate::getEndMonth ( )
inline

◆ getSeasonName()

std::string PvPSeasonTemplate::getSeasonName ( )
inline

◆ getSeasonTitle()

std::string PvPSeasonTemplate::getSeasonTitle ( )
inline

◆ getStartDay()

int PvPSeasonTemplate::getStartDay ( )
inline

◆ getStartHour()

int PvPSeasonTemplate::getStartHour ( )
inline

◆ getStartMinute()

int PvPSeasonTemplate::getStartMinute ( )
inline

◆ getStartMonth()

int PvPSeasonTemplate::getStartMonth ( )
inline

◆ setEndDay()

void PvPSeasonTemplate::setEndDay ( int val)
inline

◆ setEndHour()

void PvPSeasonTemplate::setEndHour ( int val)
inline

◆ setEndMinute()

void PvPSeasonTemplate::setEndMinute ( int val)
inline

◆ setEndMonth()

void PvPSeasonTemplate::setEndMonth ( int val)
inline

◆ setSeasonName()

void PvPSeasonTemplate::setSeasonName ( std::string val)
inline

◆ setSeasonTitle()

void PvPSeasonTemplate::setSeasonTitle ( std::string val)
inline

◆ setStartDay()

void PvPSeasonTemplate::setStartDay ( int val)
inline

◆ setStartHour()

void PvPSeasonTemplate::setStartHour ( int val)
inline

◆ setStartMinute()

void PvPSeasonTemplate::setStartMinute ( int val)
inline

◆ setStartMonth()

void PvPSeasonTemplate::setStartMonth ( int val)
inline