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

#include <PvPStatueBehavior.h>

Inheritance diagram for PvPStatueBehavior:
BehaviorInstance PropertyClass PropertyClass ClientPvPStatueBehavior

Public Member Functions

std::string getTargetLeague ()
 
void setTargetLeague (std::string val)
 
int getRank ()
 
void setRank (int val)
 
int getRefreshRateSec ()
 
void setRefreshRateSec (int val)
 
float getGroundOffset ()
 
void setGroundOffset (float val)
 
float getYaw ()
 
void setYaw (float val)
 
bool getShowNametag ()
 
void setShowNametag (bool val)
 
bool getShowInGrace ()
 
void setShowInGrace (bool val)
 
bool getShowActive ()
 
void setShowActive (bool val)
 
float getScale ()
 
void setScale (float val)
 
float getAlpha ()
 
void setAlpha (float val)
 
float getAnimDelaySec ()
 
void setAnimDelaySec (float val)
 
float getAnimChance ()
 
void setAnimChance (float val)
 
List< std::string > getAnimList ()
 
void setAnimList (List< std::string > val)
 
unsigned int getLeagueID ()
 
void setLeagueID (unsigned int val)
 
unsigned int getSeasonID ()
 
void setSeasonID (unsigned int val)
 
unsigned int getStartTime ()
 
void setStartTime (unsigned int val)
 
std::string getVisualBlob ()
 
void setVisualBlob (std::string val)
 
- Public Member Functions inherited from BehaviorInstance
unsigned int getBehaviorTemplateNameID ()
 
void setBehaviorTemplateNameID (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

◆ getAlpha()

float PvPStatueBehavior::getAlpha ( )
inline

◆ getAnimChance()

float PvPStatueBehavior::getAnimChance ( )
inline

◆ getAnimDelaySec()

float PvPStatueBehavior::getAnimDelaySec ( )
inline

◆ getAnimList()

List< std::string > PvPStatueBehavior::getAnimList ( )
inline

◆ getGroundOffset()

float PvPStatueBehavior::getGroundOffset ( )
inline

◆ getLeagueID()

unsigned int PvPStatueBehavior::getLeagueID ( )
inline

◆ getRank()

int PvPStatueBehavior::getRank ( )
inline

◆ getRefreshRateSec()

int PvPStatueBehavior::getRefreshRateSec ( )
inline

◆ getScale()

float PvPStatueBehavior::getScale ( )
inline

◆ getSeasonID()

unsigned int PvPStatueBehavior::getSeasonID ( )
inline

◆ getShowActive()

bool PvPStatueBehavior::getShowActive ( )
inline

◆ getShowInGrace()

bool PvPStatueBehavior::getShowInGrace ( )
inline

◆ getShowNametag()

bool PvPStatueBehavior::getShowNametag ( )
inline

◆ getStartTime()

unsigned int PvPStatueBehavior::getStartTime ( )
inline

◆ getTargetLeague()

std::string PvPStatueBehavior::getTargetLeague ( )
inline

◆ getVisualBlob()

std::string PvPStatueBehavior::getVisualBlob ( )
inline

◆ getYaw()

float PvPStatueBehavior::getYaw ( )
inline

◆ setAlpha()

void PvPStatueBehavior::setAlpha ( float val)
inline

◆ setAnimChance()

void PvPStatueBehavior::setAnimChance ( float val)
inline

◆ setAnimDelaySec()

void PvPStatueBehavior::setAnimDelaySec ( float val)
inline

◆ setAnimList()

void PvPStatueBehavior::setAnimList ( List< std::string > val)
inline

◆ setGroundOffset()

void PvPStatueBehavior::setGroundOffset ( float val)
inline

◆ setLeagueID()

void PvPStatueBehavior::setLeagueID ( unsigned int val)
inline

◆ setRank()

void PvPStatueBehavior::setRank ( int val)
inline

◆ setRefreshRateSec()

void PvPStatueBehavior::setRefreshRateSec ( int val)
inline

◆ setScale()

void PvPStatueBehavior::setScale ( float val)
inline

◆ setSeasonID()

void PvPStatueBehavior::setSeasonID ( unsigned int val)
inline

◆ setShowActive()

void PvPStatueBehavior::setShowActive ( bool val)
inline

◆ setShowInGrace()

void PvPStatueBehavior::setShowInGrace ( bool val)
inline

◆ setShowNametag()

void PvPStatueBehavior::setShowNametag ( bool val)
inline

◆ setStartTime()

void PvPStatueBehavior::setStartTime ( unsigned int val)
inline

◆ setTargetLeague()

void PvPStatueBehavior::setTargetLeague ( std::string val)
inline

◆ setVisualBlob()

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

◆ setYaw()

void PvPStatueBehavior::setYaw ( float val)
inline