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

#include <AdvPvpLeaderboardFields.h>

Inheritance diagram for AdvPvpLeaderboardFields:
PropertyClass

Public Member Functions

unsigned int getLeagueID ()
 
void setLeagueID (unsigned int val)
 
unsigned int getSeasonID ()
 
void setSeasonID (unsigned int val)
 
unsigned int getStartTime ()
 
void setStartTime (unsigned int val)
 
gid getCharacterID ()
 
void setCharacterID (gid val)
 
unsigned int getCharacterSchool ()
 
void setCharacterSchool (unsigned int val)
 
unsigned int getNameKeys ()
 
void setNameKeys (unsigned int val)
 
int getLevel ()
 
void setLevel (int val)
 
int getWins ()
 
void setWins (int val)
 
int getScore ()
 
void setScore (int val)
 
int getRank ()
 
void setRank (int val)
 
std::string getVisualBlob ()
 
void setVisualBlob (std::string val)
 
int getOldScore ()
 
void setOldScore (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

◆ getCharacterID()

gid AdvPvpLeaderboardFields::getCharacterID ( )
inline

◆ getCharacterSchool()

unsigned int AdvPvpLeaderboardFields::getCharacterSchool ( )
inline

◆ getLeagueID()

unsigned int AdvPvpLeaderboardFields::getLeagueID ( )
inline

◆ getLevel()

int AdvPvpLeaderboardFields::getLevel ( )
inline

◆ getNameKeys()

unsigned int AdvPvpLeaderboardFields::getNameKeys ( )
inline

◆ getOldScore()

int AdvPvpLeaderboardFields::getOldScore ( )
inline

◆ getRank()

int AdvPvpLeaderboardFields::getRank ( )
inline

◆ getScore()

int AdvPvpLeaderboardFields::getScore ( )
inline

◆ getSeasonID()

unsigned int AdvPvpLeaderboardFields::getSeasonID ( )
inline

◆ getStartTime()

unsigned int AdvPvpLeaderboardFields::getStartTime ( )
inline

◆ getVisualBlob()

std::string AdvPvpLeaderboardFields::getVisualBlob ( )
inline

◆ getWins()

int AdvPvpLeaderboardFields::getWins ( )
inline

◆ setCharacterID()

void AdvPvpLeaderboardFields::setCharacterID ( gid val)
inline

◆ setCharacterSchool()

void AdvPvpLeaderboardFields::setCharacterSchool ( unsigned int val)
inline

◆ setLeagueID()

void AdvPvpLeaderboardFields::setLeagueID ( unsigned int val)
inline

◆ setLevel()

void AdvPvpLeaderboardFields::setLevel ( int val)
inline

◆ setNameKeys()

void AdvPvpLeaderboardFields::setNameKeys ( unsigned int val)
inline

◆ setOldScore()

void AdvPvpLeaderboardFields::setOldScore ( int val)
inline

◆ setRank()

void AdvPvpLeaderboardFields::setRank ( int val)
inline

◆ setScore()

void AdvPvpLeaderboardFields::setScore ( int val)
inline

◆ setSeasonID()

void AdvPvpLeaderboardFields::setSeasonID ( unsigned int val)
inline

◆ setStartTime()

void AdvPvpLeaderboardFields::setStartTime ( unsigned int val)
inline

◆ setVisualBlob()

void AdvPvpLeaderboardFields::setVisualBlob ( std::string val)
inline

◆ setWins()

void AdvPvpLeaderboardFields::setWins ( int val)
inline