Cyrus Mod Loader
|
#include <ObjState.h>
Public Member Functions | |
std::string | getStateType () |
void | setStateType (std::string val) |
std::string | getStateName () |
void | setStateName (std::string val) |
List< ObjStateTransition * > * | getTransitions () |
void | setTransitions (List< ObjStateTransition * > *val) |
List< ForcedStateInfo * > * | getForcedStates () |
void | setForcedStates (List< ForcedStateInfo * > *val) |
bool | getAutoTransition () |
void | setAutoTransition (bool val) |
float | getTransitionTime () |
void | setTransitionTime (float val) |
std::string | getAutoState () |
void | setAutoState (std::string val) |
List< std::string > | getAllowedActions () |
void | setAllowedActions (List< std::string > val) |
List< std::string > | getDisallowedActions () |
void | setDisallowedActions (List< std::string > val) |
List< std::string > | getBlockedStates () |
void | setBlockedStates (List< std::string > val) |
bool | getPrivateState () |
void | setPrivateState (bool val) |
bool | getFallbackPrevious () |
void | setFallbackPrevious (bool val) |
bool | getPostStateEvents () |
void | setPostStateEvents (bool val) |
bool | getBlockMovement () |
void | setBlockMovement (bool val) |
bool | getBlockMoveControl () |
void | setBlockMoveControl (bool val) |
bool | getHaltMovement () |
void | setHaltMovement (bool val) |
bool | getCheckProximity () |
void | setCheckProximity (bool val) |
float | getProximityOverride () |
void | setProximityOverride (float val) |
bool | getShowDebug () |
void | setShowDebug (bool val) |
List< StateAssetInfo * > * | getParticles () |
void | setParticles (List< StateAssetInfo * > *val) |
List< StateAssetInfo * > * | getSounds () |
void | setSounds (List< StateAssetInfo * > *val) |
List< StateAssetInfo * > * | getAnimations () |
void | setAnimations (List< StateAssetInfo * > *val) |
bool | getReinteract () |
void | setReinteract (bool val) |
bool | getMuteMusic () |
void | setMuteMusic (bool val) |
![]() | |
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. | |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |