2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/BehaviorTemplate.h>
4#include <Cyrus/Classes/PropertyClass.h>
5#include <Cyrus/Enums/VisualAttributeType.h>
10 return *
reinterpret_cast<VisualAttributeType*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x78);
14 *
reinterpret_cast<VisualAttributeType*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x78) = val;
18 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x80);
22 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x80) = val;
26 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xA0);
30 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xA0) = val;
34 return *
reinterpret_cast<Color*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xC0);
38 *
reinterpret_cast<Color*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xC0) = val;
42 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xC8);
46 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xC8) = val;
Definition BehaviorTemplate.h:13
Definition VisualAttributeBehaviorTemplate.h:7
std::string getSourceFile()
Definition VisualAttributeBehaviorTemplate.h:17
void setReferenceFile(std::string val)
Definition VisualAttributeBehaviorTemplate.h:29
Color getColor()
Definition VisualAttributeBehaviorTemplate.h:33
VisualAttributeType getVisualAttributeType()
Definition VisualAttributeBehaviorTemplate.h:9
void setSourceFile(std::string val)
Definition VisualAttributeBehaviorTemplate.h:21
void setVisualAttributeType(VisualAttributeType val)
Definition VisualAttributeBehaviorTemplate.h:13
void setEquipmentIcon(std::string val)
Definition VisualAttributeBehaviorTemplate.h:45
void setColor(Color val)
Definition VisualAttributeBehaviorTemplate.h:37
std::string getReferenceFile()
Definition VisualAttributeBehaviorTemplate.h:25
std::string getEquipmentIcon()
Definition VisualAttributeBehaviorTemplate.h:41