Cyrus Mod Loader
Loading...
Searching...
No Matches
GoalEntryFull.h
1#pragma once
2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/GoalEntry.h>
4#include <Cyrus/Classes/MadlibBlock.h>
5#include <Cyrus/Classes/PropertyClass.h>
6#include <Cyrus/Classes/ServiceOptionBase.h>
7
8class GoalEntryFull : public GoalEntry {
9public:
10 std::string getPersonaName() { // Property Generated Getter
11 return *reinterpret_cast<std::string*>(reinterpret_cast<uintptr_t>(this) + 0x138);
12 }
13
14 void setPersonaName(std::string val) { // Property Generated Setter
15 *reinterpret_cast<std::string*>(reinterpret_cast<uintptr_t>(this) + 0x138) = val;
16 }
17
18 int getGoalType() { // Property Generated Getter
19 return *reinterpret_cast<int*>(reinterpret_cast<uintptr_t>(this) + 0x158);
20 }
21
22 void setGoalType(int val) { // Property Generated Setter
23 *reinterpret_cast<int*>(reinterpret_cast<uintptr_t>(this) + 0x158) = val;
24 }
25
26 int getGoalStatus() { // Property Generated Getter
27 return *reinterpret_cast<int*>(reinterpret_cast<uintptr_t>(this) + 0x15C);
28 }
29
30 void setGoalStatus(int val) { // Property Generated Setter
31 *reinterpret_cast<int*>(reinterpret_cast<uintptr_t>(this) + 0x15C) = val;
32 }
33
34 int getGoalCount() { // Property Generated Getter
35 return *reinterpret_cast<int*>(reinterpret_cast<uintptr_t>(this) + 0x160);
36 }
37
38 void setGoalCount(int val) { // Property Generated Setter
39 *reinterpret_cast<int*>(reinterpret_cast<uintptr_t>(this) + 0x160) = val;
40 }
41
42 int getGoalTotal() { // Property Generated Getter
43 return *reinterpret_cast<int*>(reinterpret_cast<uintptr_t>(this) + 0x164);
44 }
45
46 void setGoalTotal(int val) { // Property Generated Setter
47 *reinterpret_cast<int*>(reinterpret_cast<uintptr_t>(this) + 0x164) = val;
48 }
49
50 bool getUseTally() { // Property Generated Getter
51 return *reinterpret_cast<bool*>(reinterpret_cast<uintptr_t>(this) + 0x16C);
52 }
53
54 void setUseTally(bool val) { // Property Generated Setter
55 *reinterpret_cast<bool*>(reinterpret_cast<uintptr_t>(this) + 0x16C) = val;
56 }
57
58 std::string getTallyText() { // Property Generated Getter
59 return *reinterpret_cast<std::string*>(reinterpret_cast<uintptr_t>(this) + 0x170);
60 }
61
62 void setTallyText(std::string val) { // Property Generated Setter
63 *reinterpret_cast<std::string*>(reinterpret_cast<uintptr_t>(this) + 0x170) = val;
64 }
65
66 std::string getTallyText2() { // Property Generated Getter
67 return *reinterpret_cast<std::string*>(reinterpret_cast<uintptr_t>(this) + 0x190);
68 }
69
70 void setTallyText2(std::string val) { // Property Generated Setter
71 *reinterpret_cast<std::string*>(reinterpret_cast<uintptr_t>(this) + 0x190) = val;
72 }
73
74 std::string getGoalLocation() { // Property Generated Getter
75 return *reinterpret_cast<std::string*>(reinterpret_cast<uintptr_t>(this) + 0x1B0);
76 }
77
78 void setGoalLocation(std::string val) { // Property Generated Setter
79 *reinterpret_cast<std::string*>(reinterpret_cast<uintptr_t>(this) + 0x1B0) = val;
80 }
81
82 std::string getGoalDestinationZone() { // Property Generated Getter
83 return *reinterpret_cast<std::string*>(reinterpret_cast<uintptr_t>(this) + 0x1D0);
84 }
85
86 void setGoalDestinationZone(std::string val) { // Property Generated Setter
87 *reinterpret_cast<std::string*>(reinterpret_cast<uintptr_t>(this) + 0x1D0) = val;
88 }
89
90 std::string getGoalImage1() { // Property Generated Getter
91 return *reinterpret_cast<std::string*>(reinterpret_cast<uintptr_t>(this) + 0x1F0);
92 }
93
94 void setGoalImage1(std::string val) { // Property Generated Setter
95 *reinterpret_cast<std::string*>(reinterpret_cast<uintptr_t>(this) + 0x1F0) = val;
96 }
97
98 std::string getGoalImage2() { // Property Generated Getter
99 return *reinterpret_cast<std::string*>(reinterpret_cast<uintptr_t>(this) + 0x210);
100 }
101
102 void setGoalImage2(std::string val) { // Property Generated Setter
103 *reinterpret_cast<std::string*>(reinterpret_cast<uintptr_t>(this) + 0x210) = val;
104 }
105
106 List<std::string> getClientTags() { // Property Generated Getter
107 return *reinterpret_cast<List<std::string>*>(reinterpret_cast<uintptr_t>(this) + 0x230);
108 }
109
110 void setClientTags(List<std::string> val) { // Property Generated Setter
111 *reinterpret_cast<List<std::string>*>(reinterpret_cast<uintptr_t>(this) + 0x230) = val;
112 }
113
114 SharedPointer<MadlibBlock> * getGoalMadlibs() { // Property Generated Getter
115 return reinterpret_cast<SharedPointer<MadlibBlock> *>(reinterpret_cast<uintptr_t>(this) + 0x240);
116 }
117
118 void setGoalMadlibs(SharedPointer<MadlibBlock> * val) { // Property Generated Setter
119 *reinterpret_cast<SharedPointer<MadlibBlock> **>(reinterpret_cast<uintptr_t>(this) + 0x240) = val;
120 }
121
122};
Definition GoalEntryFull.h:8
std::string getTallyText2()
Definition GoalEntryFull.h:66
void setTallyText(std::string val)
Definition GoalEntryFull.h:62
void setGoalTotal(int val)
Definition GoalEntryFull.h:46
void setGoalDestinationZone(std::string val)
Definition GoalEntryFull.h:86
List< std::string > getClientTags()
Definition GoalEntryFull.h:106
int getGoalCount()
Definition GoalEntryFull.h:34
void setGoalLocation(std::string val)
Definition GoalEntryFull.h:78
std::string getTallyText()
Definition GoalEntryFull.h:58
void setGoalType(int val)
Definition GoalEntryFull.h:22
void setUseTally(bool val)
Definition GoalEntryFull.h:54
std::string getGoalImage2()
Definition GoalEntryFull.h:98
bool getUseTally()
Definition GoalEntryFull.h:50
SharedPointer< MadlibBlock > * getGoalMadlibs()
Definition GoalEntryFull.h:114
std::string getPersonaName()
Definition GoalEntryFull.h:10
void setPersonaName(std::string val)
Definition GoalEntryFull.h:14
void setGoalStatus(int val)
Definition GoalEntryFull.h:30
void setGoalImage2(std::string val)
Definition GoalEntryFull.h:102
std::string getGoalDestinationZone()
Definition GoalEntryFull.h:82
int getGoalStatus()
Definition GoalEntryFull.h:26
void setClientTags(List< std::string > val)
Definition GoalEntryFull.h:110
std::string getGoalImage1()
Definition GoalEntryFull.h:90
void setGoalCount(int val)
Definition GoalEntryFull.h:38
void setGoalMadlibs(SharedPointer< MadlibBlock > *val)
Definition GoalEntryFull.h:118
std::string getGoalLocation()
Definition GoalEntryFull.h:74
void setGoalImage1(std::string val)
Definition GoalEntryFull.h:94
int getGoalTotal()
Definition GoalEntryFull.h:42
int getGoalType()
Definition GoalEntryFull.h:18
void setTallyText2(std::string val)
Definition GoalEntryFull.h:70
Definition GoalEntry.h:6