2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/BehaviorTemplate.h>
4#include <Cyrus/Classes/PropertyClass.h>
9 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x78);
13 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x78) = val;
17 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x98);
21 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x98) = val;
25 return *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xB8);
29 *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xB8) = val;
33 return *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xB9);
37 *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xB9) = val;
Definition BehaviorTemplate.h:13
Definition ObjectRemapBehaviorTemplate.h:6
std::string getWallMaterialName()
Definition ObjectRemapBehaviorTemplate.h:16
bool getBothWall()
Definition ObjectRemapBehaviorTemplate.h:32
void setBothFloor(bool val)
Definition ObjectRemapBehaviorTemplate.h:28
void setWallMaterialName(std::string val)
Definition ObjectRemapBehaviorTemplate.h:20
std::string getFloorMaterialName()
Definition ObjectRemapBehaviorTemplate.h:8
void setFloorMaterialName(std::string val)
Definition ObjectRemapBehaviorTemplate.h:12
void setBothWall(bool val)
Definition ObjectRemapBehaviorTemplate.h:36
bool getBothFloor()
Definition ObjectRemapBehaviorTemplate.h:24