Cyrus Mod Loader
Loading...
Searching...
No Matches
HousingObjectJewelWandContainer.h
1#pragma once
2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/HousingObjectWandContainer.h>
4#include <Cyrus/Classes/PropertyClass.h>
5
7public:
8 std::string getJewelBuffer() { // Property Generated Getter
9 return *reinterpret_cast<std::string*>(reinterpret_cast<uintptr_t>(this) + 0x50);
10 }
11
12 void setJewelBuffer(std::string val) { // Property Generated Setter
13 *reinterpret_cast<std::string*>(reinterpret_cast<uintptr_t>(this) + 0x50) = val;
14 }
15
16};
Definition HousingObjectJewelWandContainer.h:6
void setJewelBuffer(std::string val)
Definition HousingObjectJewelWandContainer.h:12
std::string getJewelBuffer()
Definition HousingObjectJewelWandContainer.h:8
Definition HousingObjectWandContainer.h:5