Cyrus Mod Loader
Loading...
Searching...
No Matches
CrownShopCategoryMenu.h
1
#pragma once
2
#include <Cyrus/Shared.h>
3
#include <Cyrus/Classes/PropertyClass.h>
4
5
class
CrownShopCategoryMenu
:
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
int
getID
() {
// Property Generated Getter
16
return
*
reinterpret_cast<
int
*
>
(
reinterpret_cast<
uintptr_t
>
(
this
) + 0x68);
17
}
18
19
void
setID
(
int
val) {
// Property Generated Setter
20
*
reinterpret_cast<
int
*
>
(
reinterpret_cast<
uintptr_t
>
(
this
) + 0x68) = val;
21
}
22
23
std::string
getDescription
() {
// Property Generated Getter
24
return
*
reinterpret_cast<
std::string*
>
(
reinterpret_cast<
uintptr_t
>
(
this
) + 0x70);
25
}
26
27
void
setDescription
(std::string val) {
// Property Generated Setter
28
*
reinterpret_cast<
std::string*
>
(
reinterpret_cast<
uintptr_t
>
(
this
) + 0x70) = val;
29
}
30
31
std::string
getIconResource
() {
// Property Generated Getter
32
return
*
reinterpret_cast<
std::string*
>
(
reinterpret_cast<
uintptr_t
>
(
this
) + 0x90);
33
}
34
35
void
setIconResource
(std::string val) {
// Property Generated Setter
36
*
reinterpret_cast<
std::string*
>
(
reinterpret_cast<
uintptr_t
>
(
this
) + 0x90) = val;
37
}
38
39
List<int>
getCategoryIDs
() {
// Property Generated Getter
40
return
*
reinterpret_cast<
List<int>*
>
(
reinterpret_cast<
uintptr_t
>
(
this
) + 0xD0);
41
}
42
43
void
setCategoryIDs
(List<int> val) {
// Property Generated Setter
44
*
reinterpret_cast<
List<int>*
>
(
reinterpret_cast<
uintptr_t
>
(
this
) + 0xD0) = val;
45
}
46
47
std::string
getTags
() {
// Property Generated Getter
48
return
*
reinterpret_cast<
std::string*
>
(
reinterpret_cast<
uintptr_t
>
(
this
) + 0xB0);
49
}
50
51
void
setTags
(std::string val) {
// Property Generated Setter
52
*
reinterpret_cast<
std::string*
>
(
reinterpret_cast<
uintptr_t
>
(
this
) + 0xB0) = val;
53
}
54
55
};
CrownShopCategoryMenu
Definition
CrownShopCategoryMenu.h:5
CrownShopCategoryMenu::setIconResource
void setIconResource(std::string val)
Definition
CrownShopCategoryMenu.h:35
CrownShopCategoryMenu::setCategoryIDs
void setCategoryIDs(List< int > val)
Definition
CrownShopCategoryMenu.h:43
CrownShopCategoryMenu::setName
void setName(std::string val)
Definition
CrownShopCategoryMenu.h:11
CrownShopCategoryMenu::getID
int getID()
Definition
CrownShopCategoryMenu.h:15
CrownShopCategoryMenu::getDescription
std::string getDescription()
Definition
CrownShopCategoryMenu.h:23
CrownShopCategoryMenu::setTags
void setTags(std::string val)
Definition
CrownShopCategoryMenu.h:51
CrownShopCategoryMenu::getCategoryIDs
List< int > getCategoryIDs()
Definition
CrownShopCategoryMenu.h:39
CrownShopCategoryMenu::setDescription
void setDescription(std::string val)
Definition
CrownShopCategoryMenu.h:27
CrownShopCategoryMenu::getIconResource
std::string getIconResource()
Definition
CrownShopCategoryMenu.h:31
CrownShopCategoryMenu::getTags
std::string getTags()
Definition
CrownShopCategoryMenu.h:47
CrownShopCategoryMenu::setID
void setID(int val)
Definition
CrownShopCategoryMenu.h:19
CrownShopCategoryMenu::getName
std::string getName()
Definition
CrownShopCategoryMenu.h:7
PropertyClass
Base class for all property classes, providing reflection and serialization functionality.
Definition
PropertyClass.h:86
src
Cyrus
Classes
CrownShopCategoryMenu.h
Generated by
1.11.0