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

#include <AdventurePartyInfo.h>

Inheritance diagram for AdventurePartyInfo:
PropertyClass

Public Member Functions

gid getAdventurePartyGID ()
 
void setAdventurePartyGID (gid val)
 
unsigned int getAdventurePartyName ()
 
void setAdventurePartyName (unsigned int val)
 
unsigned int getCreationDate ()
 
void setCreationDate (unsigned int val)
 
gid getOwnerGID ()
 
void setOwnerGID (gid val)
 
std::string getOwnerName ()
 
void setOwnerName (std::string val)
 
int getPurposeType ()
 
void setPurposeType (int val)
 
unsigned int getPurposeWorldID ()
 
void setPurposeWorldID (unsigned int val)
 
unsigned int getFlags ()
 
void setFlags (unsigned int val)
 
gid getEquippedHouseInstanceGID ()
 
void setEquippedHouseInstanceGID (gid val)
 
gid getEquippedInteriorInstanceGID ()
 
void setEquippedInteriorInstanceGID (gid val)
 
List< SharedPointer< AdventurePartyEntryInfo > > * getAdventurePartyMemberList ()
 
void setAdventurePartyMemberList (List< SharedPointer< AdventurePartyEntryInfo > > *val)
 
List< SharedPointer< MessageBoardMessage > > * getMessageBoardList ()
 
void setMessageBoardList (List< SharedPointer< MessageBoardMessage > > *val)
 
unsigned int getRenameCooldownTime ()
 
void setRenameCooldownTime (unsigned int val)
 
unsigned int getNewOwnerTime ()
 
void setNewOwnerTime (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

◆ getAdventurePartyGID()

gid AdventurePartyInfo::getAdventurePartyGID ( )
inline

◆ getAdventurePartyMemberList()

List< SharedPointer< AdventurePartyEntryInfo > > * AdventurePartyInfo::getAdventurePartyMemberList ( )
inline

◆ getAdventurePartyName()

unsigned int AdventurePartyInfo::getAdventurePartyName ( )
inline

◆ getCreationDate()

unsigned int AdventurePartyInfo::getCreationDate ( )
inline

◆ getEquippedHouseInstanceGID()

gid AdventurePartyInfo::getEquippedHouseInstanceGID ( )
inline

◆ getEquippedInteriorInstanceGID()

gid AdventurePartyInfo::getEquippedInteriorInstanceGID ( )
inline

◆ getFlags()

unsigned int AdventurePartyInfo::getFlags ( )
inline

◆ getMessageBoardList()

List< SharedPointer< MessageBoardMessage > > * AdventurePartyInfo::getMessageBoardList ( )
inline

◆ getNewOwnerTime()

unsigned int AdventurePartyInfo::getNewOwnerTime ( )
inline

◆ getOwnerGID()

gid AdventurePartyInfo::getOwnerGID ( )
inline

◆ getOwnerName()

std::string AdventurePartyInfo::getOwnerName ( )
inline

◆ getPurposeType()

int AdventurePartyInfo::getPurposeType ( )
inline

◆ getPurposeWorldID()

unsigned int AdventurePartyInfo::getPurposeWorldID ( )
inline

◆ getRenameCooldownTime()

unsigned int AdventurePartyInfo::getRenameCooldownTime ( )
inline

◆ setAdventurePartyGID()

void AdventurePartyInfo::setAdventurePartyGID ( gid val)
inline

◆ setAdventurePartyMemberList()

void AdventurePartyInfo::setAdventurePartyMemberList ( List< SharedPointer< AdventurePartyEntryInfo > > * val)
inline

◆ setAdventurePartyName()

void AdventurePartyInfo::setAdventurePartyName ( unsigned int val)
inline

◆ setCreationDate()

void AdventurePartyInfo::setCreationDate ( unsigned int val)
inline

◆ setEquippedHouseInstanceGID()

void AdventurePartyInfo::setEquippedHouseInstanceGID ( gid val)
inline

◆ setEquippedInteriorInstanceGID()

void AdventurePartyInfo::setEquippedInteriorInstanceGID ( gid val)
inline

◆ setFlags()

void AdventurePartyInfo::setFlags ( unsigned int val)
inline

◆ setMessageBoardList()

void AdventurePartyInfo::setMessageBoardList ( List< SharedPointer< MessageBoardMessage > > * val)
inline

◆ setNewOwnerTime()

void AdventurePartyInfo::setNewOwnerTime ( unsigned int val)
inline

◆ setOwnerGID()

void AdventurePartyInfo::setOwnerGID ( gid val)
inline

◆ setOwnerName()

void AdventurePartyInfo::setOwnerName ( std::string val)
inline

◆ setPurposeType()

void AdventurePartyInfo::setPurposeType ( int val)
inline

◆ setPurposeWorldID()

void AdventurePartyInfo::setPurposeWorldID ( unsigned int val)
inline

◆ setRenameCooldownTime()

void AdventurePartyInfo::setRenameCooldownTime ( unsigned int val)
inline