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

#include <AdventurePartyEntryInfo.h>

Inheritance diagram for AdventurePartyEntryInfo:
PropertyClass

Public Member Functions

gid getCharacterGID ()
 
void setCharacterGID (gid val)
 
unsigned int getLastLoginTime ()
 
void setLastLoginTime (unsigned int val)
 
unsigned int getPartyJoinTime ()
 
void setPartyJoinTime (unsigned int val)
 
std::string getPackedName ()
 
void setPackedName (std::string val)
 
unsigned int getLevel ()
 
void setLevel (unsigned int val)
 
unsigned int getSchool ()
 
void setSchool (unsigned int val)
 
unsigned int getPreviousLoginTime ()
 
void setPreviousLoginTime (unsigned int val)
 
std::string getZonePath ()
 
void setZonePath (std::string val)
 
unsigned char getFlags ()
 
void setFlags (unsigned char val)
 
unsigned int getProvisionalTime ()
 
void setProvisionalTime (unsigned int val)
 
unsigned int getPermissions ()
 
void setPermissions (unsigned int val)
 
gid getAccountGID ()
 
void setAccountGID (gid 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

◆ getAccountGID()

gid AdventurePartyEntryInfo::getAccountGID ( )
inline

◆ getCharacterGID()

gid AdventurePartyEntryInfo::getCharacterGID ( )
inline

◆ getFlags()

unsigned char AdventurePartyEntryInfo::getFlags ( )
inline

◆ getLastLoginTime()

unsigned int AdventurePartyEntryInfo::getLastLoginTime ( )
inline

◆ getLevel()

unsigned int AdventurePartyEntryInfo::getLevel ( )
inline

◆ getPackedName()

std::string AdventurePartyEntryInfo::getPackedName ( )
inline

◆ getPartyJoinTime()

unsigned int AdventurePartyEntryInfo::getPartyJoinTime ( )
inline

◆ getPermissions()

unsigned int AdventurePartyEntryInfo::getPermissions ( )
inline

◆ getPreviousLoginTime()

unsigned int AdventurePartyEntryInfo::getPreviousLoginTime ( )
inline

◆ getProvisionalTime()

unsigned int AdventurePartyEntryInfo::getProvisionalTime ( )
inline

◆ getSchool()

unsigned int AdventurePartyEntryInfo::getSchool ( )
inline

◆ getZonePath()

std::string AdventurePartyEntryInfo::getZonePath ( )
inline

◆ setAccountGID()

void AdventurePartyEntryInfo::setAccountGID ( gid val)
inline

◆ setCharacterGID()

void AdventurePartyEntryInfo::setCharacterGID ( gid val)
inline

◆ setFlags()

void AdventurePartyEntryInfo::setFlags ( unsigned char val)
inline

◆ setLastLoginTime()

void AdventurePartyEntryInfo::setLastLoginTime ( unsigned int val)
inline

◆ setLevel()

void AdventurePartyEntryInfo::setLevel ( unsigned int val)
inline

◆ setPackedName()

void AdventurePartyEntryInfo::setPackedName ( std::string val)
inline

◆ setPartyJoinTime()

void AdventurePartyEntryInfo::setPartyJoinTime ( unsigned int val)
inline

◆ setPermissions()

void AdventurePartyEntryInfo::setPermissions ( unsigned int val)
inline

◆ setPreviousLoginTime()

void AdventurePartyEntryInfo::setPreviousLoginTime ( unsigned int val)
inline

◆ setProvisionalTime()

void AdventurePartyEntryInfo::setProvisionalTime ( unsigned int val)
inline

◆ setSchool()

void AdventurePartyEntryInfo::setSchool ( unsigned int val)
inline

◆ setZonePath()

void AdventurePartyEntryInfo::setZonePath ( std::string val)
inline