Cyrus Mod Loader
Loading...
Searching...
No Matches
LockData.h
1
#pragma once
2
#include <Cyrus/Shared.h>
3
#include <Cyrus/Classes/PropertyClass.h>
4
5
class
LockData
:
public
PropertyClass
{
6
public
:
7
std::string
getTag
() {
// Property Generated Getter
8
return
*
reinterpret_cast<
std::string*
>
(
reinterpret_cast<
uintptr_t
>
(
this
) + 0x48);
9
}
10
11
void
setTag
(std::string val) {
// Property Generated Setter
12
*
reinterpret_cast<
std::string*
>
(
reinterpret_cast<
uintptr_t
>
(
this
) + 0x48) = val;
13
}
14
15
bool
getUnlocked
() {
// Property Generated Getter
16
return
*
reinterpret_cast<
bool
*
>
(
reinterpret_cast<
uintptr_t
>
(
this
) + 0x68);
17
}
18
19
void
setUnlocked
(
bool
val) {
// Property Generated Setter
20
*
reinterpret_cast<
bool
*
>
(
reinterpret_cast<
uintptr_t
>
(
this
) + 0x68) = val;
21
}
22
23
};
LockData
Definition
LockData.h:5
LockData::getUnlocked
bool getUnlocked()
Definition
LockData.h:15
LockData::setUnlocked
void setUnlocked(bool val)
Definition
LockData.h:19
LockData::getTag
std::string getTag()
Definition
LockData.h:7
LockData::setTag
void setTag(std::string val)
Definition
LockData.h:11
PropertyClass
Base class for all property classes, providing reflection and serialization functionality.
Definition
PropertyClass.h:86
src
Cyrus
Classes
LockData.h
Generated by
1.11.0