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

#include <MountItemBehaviorTemplate.h>

Inheritance diagram for MountItemBehaviorTemplate:
BehaviorTemplate PropertyClass

Public Member Functions

eGender getEGender ()
 
void setEGender (eGender val)
 
eRace getERace ()
 
void setERace (eRace val)
 
eMountType getEMountType ()
 
void setEMountType (eMountType val)
 
bool getAdjustableAnimationRate ()
 
void setAdjustableAnimationRate (bool val)
 
List< MountDyeToTexturegetPrimaryDyeToTexture ()
 
void setPrimaryDyeToTexture (List< MountDyeToTexture > val)
 
List< MountDyeToTexturegetSecondaryDyeToTexture ()
 
void setSecondaryDyeToTexture (List< MountDyeToTexture > val)
 
List< MountDyeToTexturegetPatternToTexture ()
 
void setPatternToTexture (List< MountDyeToTexture > val)
 
std::string getSoundMountEquip ()
 
void setSoundMountEquip (std::string val)
 
int getGeometryOption ()
 
void setGeometryOption (int val)
 
int getNumSeats ()
 
void setNumSeats (int val)
 
std::string getDriverKFM ()
 
void setDriverKFM (std::string val)
 
float getAdjustedFocusHeight ()
 
void setAdjustedFocusHeight (float val)
 
List< SharedPointer< UserAnimationEvent > > * getAnimationEventList ()
 
void setAnimationEventList (List< SharedPointer< UserAnimationEvent > > *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.
 

Additional Inherited Members

- Public Attributes inherited from BehaviorTemplate
std::string name
 

Member Function Documentation

◆ getAdjustableAnimationRate()

bool MountItemBehaviorTemplate::getAdjustableAnimationRate ( )
inline

◆ getAdjustedFocusHeight()

float MountItemBehaviorTemplate::getAdjustedFocusHeight ( )
inline

◆ getAnimationEventList()

List< SharedPointer< UserAnimationEvent > > * MountItemBehaviorTemplate::getAnimationEventList ( )
inline

◆ getDriverKFM()

std::string MountItemBehaviorTemplate::getDriverKFM ( )
inline

◆ getEGender()

eGender MountItemBehaviorTemplate::getEGender ( )
inline

◆ getEMountType()

eMountType MountItemBehaviorTemplate::getEMountType ( )
inline

◆ getERace()

eRace MountItemBehaviorTemplate::getERace ( )
inline

◆ getGeometryOption()

int MountItemBehaviorTemplate::getGeometryOption ( )
inline

◆ getNumSeats()

int MountItemBehaviorTemplate::getNumSeats ( )
inline

◆ getPatternToTexture()

List< MountDyeToTexture > MountItemBehaviorTemplate::getPatternToTexture ( )
inline

◆ getPrimaryDyeToTexture()

List< MountDyeToTexture > MountItemBehaviorTemplate::getPrimaryDyeToTexture ( )
inline

◆ getSecondaryDyeToTexture()

List< MountDyeToTexture > MountItemBehaviorTemplate::getSecondaryDyeToTexture ( )
inline

◆ getSoundMountEquip()

std::string MountItemBehaviorTemplate::getSoundMountEquip ( )
inline

◆ setAdjustableAnimationRate()

void MountItemBehaviorTemplate::setAdjustableAnimationRate ( bool val)
inline

◆ setAdjustedFocusHeight()

void MountItemBehaviorTemplate::setAdjustedFocusHeight ( float val)
inline

◆ setAnimationEventList()

void MountItemBehaviorTemplate::setAnimationEventList ( List< SharedPointer< UserAnimationEvent > > * val)
inline

◆ setDriverKFM()

void MountItemBehaviorTemplate::setDriverKFM ( std::string val)
inline

◆ setEGender()

void MountItemBehaviorTemplate::setEGender ( eGender val)
inline

◆ setEMountType()

void MountItemBehaviorTemplate::setEMountType ( eMountType val)
inline

◆ setERace()

void MountItemBehaviorTemplate::setERace ( eRace val)
inline

◆ setGeometryOption()

void MountItemBehaviorTemplate::setGeometryOption ( int val)
inline

◆ setNumSeats()

void MountItemBehaviorTemplate::setNumSeats ( int val)
inline

◆ setPatternToTexture()

void MountItemBehaviorTemplate::setPatternToTexture ( List< MountDyeToTexture > val)
inline

◆ setPrimaryDyeToTexture()

void MountItemBehaviorTemplate::setPrimaryDyeToTexture ( List< MountDyeToTexture > val)
inline

◆ setSecondaryDyeToTexture()

void MountItemBehaviorTemplate::setSecondaryDyeToTexture ( List< MountDyeToTexture > val)
inline

◆ setSoundMountEquip()

void MountItemBehaviorTemplate::setSoundMountEquip ( std::string val)
inline