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

#include <TeamHelpWorldInfo.h>

Inheritance diagram for TeamHelpWorldInfo:
PropertyClass

Public Member Functions

std::string getButtonName ()
 
void setButtonName (std::string val)
 
std::string getButtonStringKey ()
 
void setButtonStringKey (std::string val)
 
int getDisplayIndex ()
 
void setDisplayIndex (int val)
 
int getMinimumLevel ()
 
void setMinimumLevel (int val)
 
std::string getRegistryEntry ()
 
void setRegistryEntry (std::string val)
 
std::string getWorldPath ()
 
void setWorldPath (std::string val)
 
std::string getSpiralShowcaseStringKey ()
 
void setSpiralShowcaseStringKey (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

◆ getButtonName()

std::string TeamHelpWorldInfo::getButtonName ( )
inline

◆ getButtonStringKey()

std::string TeamHelpWorldInfo::getButtonStringKey ( )
inline

◆ getDisplayIndex()

int TeamHelpWorldInfo::getDisplayIndex ( )
inline

◆ getMinimumLevel()

int TeamHelpWorldInfo::getMinimumLevel ( )
inline

◆ getRegistryEntry()

std::string TeamHelpWorldInfo::getRegistryEntry ( )
inline

◆ getSpiralShowcaseStringKey()

std::string TeamHelpWorldInfo::getSpiralShowcaseStringKey ( )
inline

◆ getWorldPath()

std::string TeamHelpWorldInfo::getWorldPath ( )
inline

◆ setButtonName()

void TeamHelpWorldInfo::setButtonName ( std::string val)
inline

◆ setButtonStringKey()

void TeamHelpWorldInfo::setButtonStringKey ( std::string val)
inline

◆ setDisplayIndex()

void TeamHelpWorldInfo::setDisplayIndex ( int val)
inline

◆ setMinimumLevel()

void TeamHelpWorldInfo::setMinimumLevel ( int val)
inline

◆ setRegistryEntry()

void TeamHelpWorldInfo::setRegistryEntry ( std::string val)
inline

◆ setSpiralShowcaseStringKey()

void TeamHelpWorldInfo::setSpiralShowcaseStringKey ( std::string val)
inline

◆ setWorldPath()

void TeamHelpWorldInfo::setWorldPath ( std::string val)
inline