Cyrus Mod Loader
Loading...
Searching...
No Matches
AnimatePipsCinematicAction.h
1#pragma once
2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/ActorCinematicAction.h>
4#include <Cyrus/Classes/CinematicAction.h>
5#include <Cyrus/Classes/PropertyClass.h>
6
8public:
9 std::string getSActorPrefix() { // Property Generated Getter
10 return *reinterpret_cast<std::string*>(reinterpret_cast<uintptr_t>(this) + 0x78);
11 }
12
13 void setSActorPrefix(std::string val) { // Property Generated Setter
14 *reinterpret_cast<std::string*>(reinterpret_cast<uintptr_t>(this) + 0x78) = val;
15 }
16
17 float getFPerPipDelay() { // Property Generated Getter
18 return *reinterpret_cast<float*>(reinterpret_cast<uintptr_t>(this) + 0x98);
19 }
20
21 void setFPerPipDelay(float val) { // Property Generated Setter
22 *reinterpret_cast<float*>(reinterpret_cast<uintptr_t>(this) + 0x98) = val;
23 }
24
25 float getFRate() { // Property Generated Getter
26 return *reinterpret_cast<float*>(reinterpret_cast<uintptr_t>(this) + 0x9C);
27 }
28
29 void setFRate(float val) { // Property Generated Setter
30 *reinterpret_cast<float*>(reinterpret_cast<uintptr_t>(this) + 0x9C) = val;
31 }
32
33};
Definition ActorCinematicAction.h:6
Definition AnimatePipsCinematicAction.h:7
std::string getSActorPrefix()
Definition AnimatePipsCinematicAction.h:9
void setFRate(float val)
Definition AnimatePipsCinematicAction.h:29
void setFPerPipDelay(float val)
Definition AnimatePipsCinematicAction.h:21
float getFPerPipDelay()
Definition AnimatePipsCinematicAction.h:17
void setSActorPrefix(std::string val)
Definition AnimatePipsCinematicAction.h:13
float getFRate()
Definition AnimatePipsCinematicAction.h:25