2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/ActorCinematicAction.h>
4#include <Cyrus/Classes/CinematicAction.h>
5#include <Cyrus/Classes/PropertyClass.h>
10 return *
reinterpret_cast<float*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x78);
14 *
reinterpret_cast<float*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x78) = val;
18 return *
reinterpret_cast<float*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x7C);
22 *
reinterpret_cast<float*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x7C) = val;
Definition ActorCinematicAction.h:6
Definition ScaleActorCinematicAction.h:7
float getScaleDuration()
Definition ScaleActorCinematicAction.h:9
float getScaleTarget()
Definition ScaleActorCinematicAction.h:17
void setScaleDuration(float val)
Definition ScaleActorCinematicAction.h:13
void setScaleTarget(float val)
Definition ScaleActorCinematicAction.h:21