Cyrus Mod Loader
Loading...
Searching...
No Matches
CharMap.h
1
#pragma once
2
#include <Cyrus/Shared.h>
3
#include <Cyrus/Classes/PropertyClass.h>
4
5
class
CharMap
:
public
PropertyClass
{
6
public
:
7
unsigned
short
getSrc
() {
// Property Generated Getter
8
return
*
reinterpret_cast<
unsigned
short
*
>
(
reinterpret_cast<
uintptr_t
>
(
this
) + 0x48);
9
}
10
11
void
setSrc
(
unsigned
short
val) {
// Property Generated Setter
12
*
reinterpret_cast<
unsigned
short
*
>
(
reinterpret_cast<
uintptr_t
>
(
this
) + 0x48) = val;
13
}
14
15
unsigned
short
getDst
() {
// Property Generated Getter
16
return
*
reinterpret_cast<
unsigned
short
*
>
(
reinterpret_cast<
uintptr_t
>
(
this
) + 0x4A);
17
}
18
19
void
setDst
(
unsigned
short
val) {
// Property Generated Setter
20
*
reinterpret_cast<
unsigned
short
*
>
(
reinterpret_cast<
uintptr_t
>
(
this
) + 0x4A) = val;
21
}
22
23
};
CharMap
Definition
CharMap.h:5
CharMap::getDst
unsigned short getDst()
Definition
CharMap.h:15
CharMap::setDst
void setDst(unsigned short val)
Definition
CharMap.h:19
CharMap::getSrc
unsigned short getSrc()
Definition
CharMap.h:7
CharMap::setSrc
void setSrc(unsigned short val)
Definition
CharMap.h:11
PropertyClass
Base class for all property classes, providing reflection and serialization functionality.
Definition
PropertyClass.h:86
src
Cyrus
Classes
CharMap.h
Generated by
1.11.0