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