Cyrus Mod Loader
Loading...
Searching...
No Matches
ReqHangingAura.h
1#pragma once
2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/ConditionalSpellEffectRequirement.h>
4#include <Cyrus/Classes/PropertyClass.h>
5#include <Cyrus/Classes/Requirement.h>
6#include <Cyrus/Enums/SpellEffect__kHangingDisposition.h>
7#include <Cyrus/Enums/SpellEffect__kSpellEffects.h>
8
10public:
11 SpellEffect__kSpellEffects getEffectType() { // Property Generated Getter
12 return *reinterpret_cast<SpellEffect__kSpellEffects*>(reinterpret_cast<uintptr_t>(this) + 0x58);
13 }
14
15 void setEffectType(SpellEffect__kSpellEffects val) { // Property Generated Setter
16 *reinterpret_cast<SpellEffect__kSpellEffects*>(reinterpret_cast<uintptr_t>(this) + 0x58) = val;
17 }
18
19 SpellEffect__kHangingDisposition getDisposition() { // Property Generated Getter
20 return *reinterpret_cast<SpellEffect__kHangingDisposition*>(reinterpret_cast<uintptr_t>(this) + 0x5C);
21 }
22
23 void setDisposition(SpellEffect__kHangingDisposition val) { // Property Generated Setter
24 *reinterpret_cast<SpellEffect__kHangingDisposition*>(reinterpret_cast<uintptr_t>(this) + 0x5C) = val;
25 }
26
27 bool getAnyType() { // Property Generated Getter
28 return *reinterpret_cast<bool*>(reinterpret_cast<uintptr_t>(this) + 0x60);
29 }
30
31 void setAnyType(bool val) { // Property Generated Setter
32 *reinterpret_cast<bool*>(reinterpret_cast<uintptr_t>(this) + 0x60) = val;
33 }
34
35 bool getGlobalEffect() { // Property Generated Getter
36 return *reinterpret_cast<bool*>(reinterpret_cast<uintptr_t>(this) + 0x61);
37 }
38
39 void setGlobalEffect(bool val) { // Property Generated Setter
40 *reinterpret_cast<bool*>(reinterpret_cast<uintptr_t>(this) + 0x61) = val;
41 }
42
43};
Definition ConditionalSpellEffectRequirement.h:7
Definition ReqHangingAura.h:9
SpellEffect__kSpellEffects getEffectType()
Definition ReqHangingAura.h:11
void setAnyType(bool val)
Definition ReqHangingAura.h:31
void setEffectType(SpellEffect__kSpellEffects val)
Definition ReqHangingAura.h:15
bool getGlobalEffect()
Definition ReqHangingAura.h:35
void setGlobalEffect(bool val)
Definition ReqHangingAura.h:39
bool getAnyType()
Definition ReqHangingAura.h:27
void setDisposition(SpellEffect__kHangingDisposition val)
Definition ReqHangingAura.h:23
SpellEffect__kHangingDisposition getDisposition()
Definition ReqHangingAura.h:19