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

#include <ArenaMatchInfo.h>

Inheritance diagram for ArenaMatchInfo:
PropertyClass PetMatchInfo PvPMatchInfo AdvPvPMatchInfo BracketMatchInfo

Public Member Functions

gid getMatchID ()
 
void setMatchID (gid val)
 
unsigned int getMatchNameID ()
 
void setMatchNameID (unsigned int val)
 
List< SharedPointer< MatchTeam > > * getTeams ()
 
void setTeams (List< SharedPointer< MatchTeam > > *val)
 
std::string getMatchName ()
 
void setMatchName (std::string val)
 
std::string getMatchTitle ()
 
void setMatchTitle (std::string val)
 
gid getMatchZoneID ()
 
void setMatchZoneID (gid val)
 
gid getCreatorID ()
 
void setCreatorID (gid val)
 
std::string getMatchZone ()
 
void setMatchZone (std::string val)
 
int getStartTime ()
 
void setStartTime (int val)
 
int getStatus ()
 
void setStatus (int val)
 
bool getFriendsOnly ()
 
void setFriendsOnly (bool val)
 
unsigned int getTournamentNameID ()
 
void setTournamentNameID (unsigned int val)
 
unsigned int getLeagueID ()
 
void setLeagueID (unsigned int val)
 
unsigned int getSeasonID ()
 
void setSeasonID (unsigned int val)
 
bool getBUpdateLadder ()
 
void setBUpdateLadder (bool val)
 
unsigned int getMaxPointsPerMatch ()
 
void setMaxPointsPerMatch (unsigned int val)
 
float getEstimatedWeight ()
 
void setEstimatedWeight (float val)
 
int getMaxELOError ()
 
void setMaxELOError (int val)
 
std::string getUniqueMatchID ()
 
void setUniqueMatchID (std::string val)
 
List< SharedPointer< DuelModifierTemplate > > * getPvpDuelModifiersTemplates ()
 
void setPvpDuelModifiersTemplates (List< SharedPointer< DuelModifierTemplate > > *val)
 
unsigned int getTeamSize ()
 
void setTeamSize (unsigned 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

◆ getBUpdateLadder()

bool ArenaMatchInfo::getBUpdateLadder ( )
inline

◆ getCreatorID()

gid ArenaMatchInfo::getCreatorID ( )
inline

◆ getEstimatedWeight()

float ArenaMatchInfo::getEstimatedWeight ( )
inline

◆ getFriendsOnly()

bool ArenaMatchInfo::getFriendsOnly ( )
inline

◆ getLeagueID()

unsigned int ArenaMatchInfo::getLeagueID ( )
inline

◆ getMatchID()

gid ArenaMatchInfo::getMatchID ( )
inline

◆ getMatchName()

std::string ArenaMatchInfo::getMatchName ( )
inline

◆ getMatchNameID()

unsigned int ArenaMatchInfo::getMatchNameID ( )
inline

◆ getMatchTitle()

std::string ArenaMatchInfo::getMatchTitle ( )
inline

◆ getMatchZone()

std::string ArenaMatchInfo::getMatchZone ( )
inline

◆ getMatchZoneID()

gid ArenaMatchInfo::getMatchZoneID ( )
inline

◆ getMaxELOError()

int ArenaMatchInfo::getMaxELOError ( )
inline

◆ getMaxPointsPerMatch()

unsigned int ArenaMatchInfo::getMaxPointsPerMatch ( )
inline

◆ getPvpDuelModifiersTemplates()

List< SharedPointer< DuelModifierTemplate > > * ArenaMatchInfo::getPvpDuelModifiersTemplates ( )
inline

◆ getSeasonID()

unsigned int ArenaMatchInfo::getSeasonID ( )
inline

◆ getStartTime()

int ArenaMatchInfo::getStartTime ( )
inline

◆ getStatus()

int ArenaMatchInfo::getStatus ( )
inline

◆ getTeams()

List< SharedPointer< MatchTeam > > * ArenaMatchInfo::getTeams ( )
inline

◆ getTeamSize()

unsigned int ArenaMatchInfo::getTeamSize ( )
inline

◆ getTournamentNameID()

unsigned int ArenaMatchInfo::getTournamentNameID ( )
inline

◆ getUniqueMatchID()

std::string ArenaMatchInfo::getUniqueMatchID ( )
inline

◆ setBUpdateLadder()

void ArenaMatchInfo::setBUpdateLadder ( bool val)
inline

◆ setCreatorID()

void ArenaMatchInfo::setCreatorID ( gid val)
inline

◆ setEstimatedWeight()

void ArenaMatchInfo::setEstimatedWeight ( float val)
inline

◆ setFriendsOnly()

void ArenaMatchInfo::setFriendsOnly ( bool val)
inline

◆ setLeagueID()

void ArenaMatchInfo::setLeagueID ( unsigned int val)
inline

◆ setMatchID()

void ArenaMatchInfo::setMatchID ( gid val)
inline

◆ setMatchName()

void ArenaMatchInfo::setMatchName ( std::string val)
inline

◆ setMatchNameID()

void ArenaMatchInfo::setMatchNameID ( unsigned int val)
inline

◆ setMatchTitle()

void ArenaMatchInfo::setMatchTitle ( std::string val)
inline

◆ setMatchZone()

void ArenaMatchInfo::setMatchZone ( std::string val)
inline

◆ setMatchZoneID()

void ArenaMatchInfo::setMatchZoneID ( gid val)
inline

◆ setMaxELOError()

void ArenaMatchInfo::setMaxELOError ( int val)
inline

◆ setMaxPointsPerMatch()

void ArenaMatchInfo::setMaxPointsPerMatch ( unsigned int val)
inline

◆ setPvpDuelModifiersTemplates()

void ArenaMatchInfo::setPvpDuelModifiersTemplates ( List< SharedPointer< DuelModifierTemplate > > * val)
inline

◆ setSeasonID()

void ArenaMatchInfo::setSeasonID ( unsigned int val)
inline

◆ setStartTime()

void ArenaMatchInfo::setStartTime ( int val)
inline

◆ setStatus()

void ArenaMatchInfo::setStatus ( int val)
inline

◆ setTeams()

void ArenaMatchInfo::setTeams ( List< SharedPointer< MatchTeam > > * val)
inline

◆ setTeamSize()

void ArenaMatchInfo::setTeamSize ( unsigned int val)
inline

◆ setTournamentNameID()

void ArenaMatchInfo::setTournamentNameID ( unsigned int val)
inline

◆ setUniqueMatchID()

void ArenaMatchInfo::setUniqueMatchID ( std::string val)
inline