2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/ObjStateOverrideInfo.h>
4#include <Cyrus/Classes/PropertyClass.h>
9 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x50);
13 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x50) = val;
17 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x70);
21 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x70) = val;
25 return *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x90);
29 *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x90) = val;
33 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x98);
37 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x98) = val;
41 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xB8);
45 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xB8) = val;
49 return *
reinterpret_cast<unsigned int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xD8);
53 *
reinterpret_cast<unsigned int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xD8) = val;
Definition EmoteStateOverrideInfo.h:6
std::string getParticleNode()
Definition EmoteStateOverrideInfo.h:32
std::string getParticleAsset()
Definition EmoteStateOverrideInfo.h:16
void setLoop(bool val)
Definition EmoteStateOverrideInfo.h:28
void setEmoteName(std::string val)
Definition EmoteStateOverrideInfo.h:12
void setWizBangID(unsigned int val)
Definition EmoteStateOverrideInfo.h:52
std::string getSoundAsset()
Definition EmoteStateOverrideInfo.h:40
bool getLoop()
Definition EmoteStateOverrideInfo.h:24
std::string getEmoteName()
Definition EmoteStateOverrideInfo.h:8
void setParticleNode(std::string val)
Definition EmoteStateOverrideInfo.h:36
void setSoundAsset(std::string val)
Definition EmoteStateOverrideInfo.h:44
void setParticleAsset(std::string val)
Definition EmoteStateOverrideInfo.h:20
unsigned int getWizBangID()
Definition EmoteStateOverrideInfo.h:48
Definition ObjStateOverrideInfo.h:5