2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/BehaviorTemplate.h>
4#include <Cyrus/Classes/PropertyClass.h>
9 return *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x78);
13 *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x78) = val;
17 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x80);
21 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x80) = val;
25 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xA0);
29 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xA0) = val;
33 return *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xC0);
37 *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xC0) = val;
41 return *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xC1);
45 *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xC1) = val;
49 return *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xC2);
53 *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xC2) = val;
57 return *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xC3);
61 *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xC3) = val;
65 return *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xC4);
69 *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xC4) = val;
73 return *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xC5);
77 *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xC5) = val;
81 return *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xC6);
85 *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xC6) = val;
Definition BehaviorTemplate.h:13
Definition PestBehaviorTemplate.h:6
bool getProvidesPollination()
Definition PestBehaviorTemplate.h:64
bool getProvidesMagic()
Definition PestBehaviorTemplate.h:72
std::string getWiltMinRate()
Definition PestBehaviorTemplate.h:16
void setPestRank(int val)
Definition PestBehaviorTemplate.h:12
int getPestRank()
Definition PestBehaviorTemplate.h:8
bool getGoodPest()
Definition PestBehaviorTemplate.h:32
void setGoodPest(bool val)
Definition PestBehaviorTemplate.h:36
void setProvidesMagic(bool val)
Definition PestBehaviorTemplate.h:76
bool getUseSizeAnimations()
Definition PestBehaviorTemplate.h:40
void setProvidesMusic(bool val)
Definition PestBehaviorTemplate.h:84
void setUseSizeAnimations(bool val)
Definition PestBehaviorTemplate.h:44
void setWiltMaxRate(std::string val)
Definition PestBehaviorTemplate.h:28
std::string getWiltMaxRate()
Definition PestBehaviorTemplate.h:24
void setWiltMinRate(std::string val)
Definition PestBehaviorTemplate.h:20
void setProvidesSun(bool val)
Definition PestBehaviorTemplate.h:60
void setProvidesPollination(bool val)
Definition PestBehaviorTemplate.h:68
bool getProvidesMusic()
Definition PestBehaviorTemplate.h:80
void setProvidesWater(bool val)
Definition PestBehaviorTemplate.h:52
bool getProvidesSun()
Definition PestBehaviorTemplate.h:56
bool getProvidesWater()
Definition PestBehaviorTemplate.h:48