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