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