2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/ClientObjectInfo.h>
4#include <Cyrus/Classes/CoreObjectInfo.h>
5#include <Cyrus/Classes/PropertyClass.h>
6#include <Cyrus/Classes/RequirementList.h>
7#include <Cyrus/Enums/AudioCategory.h>
12 return *
reinterpret_cast<float*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x100);
16 *
reinterpret_cast<float*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x100) = val;
20 return *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x104);
24 *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x104) = val;
28 return *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x105);
32 *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x105) = val;
36 return *
reinterpret_cast<AudioCategory*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x108);
40 *
reinterpret_cast<AudioCategory*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x108) = val;
44 return *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x10C);
48 *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x10C) = val;
52 return reinterpret_cast<SharedPointer<RequirementList> *
>(
reinterpret_cast<uintptr_t
>(
this) + 0x110);
56 *
reinterpret_cast<SharedPointer<RequirementList> **
>(
reinterpret_cast<uintptr_t
>(
this) + 0x110) = val;
Definition ClientObjectInfo.h:6
void setRadius(float val)
Definition SoundInfo.h:15
void setEnableReqs(SharedPointer< RequirementList > *val)
Definition SoundInfo.h:55
SharedPointer< RequirementList > * getEnableReqs()
Definition SoundInfo.h:51
int getOverride()
Definition SoundInfo.h:43
bool getStartActive()
Definition SoundInfo.h:27
AudioCategory getCategory()
Definition SoundInfo.h:35
void setOverride(int val)
Definition SoundInfo.h:47
void setExclusive(bool val)
Definition SoundInfo.h:23
void setStartActive(bool val)
Definition SoundInfo.h:31
void setCategory(AudioCategory val)
Definition SoundInfo.h:39
bool getExclusive()
Definition SoundInfo.h:19
float getRadius()
Definition SoundInfo.h:11