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