#include #include BSFixedString::BSFixedString() : data{nullptr} { } BSFixedString::BSFixedString(const char* acpData) { TP_THIS_FUNCTION(TConstructor, void, BSFixedString, const char*); POINTER_SKYRIMSE(TConstructor, s_constructor, 69161); TiltedPhoques::ThisCall(s_constructor, this, acpData); } BSFixedString::~BSFixedString() { // Release(); } void BSFixedString::Set(const char* acpData) { TP_THIS_FUNCTION(TSet, void, BSFixedString, const char*); POINTER_SKYRIMSE(TSet, s_set, 69165); TiltedPhoques::ThisCall(s_set, this, acpData); } void BSFixedString::Release() noexcept { TP_THIS_FUNCTION(TRelease, void, BSFixedString); POINTER_SKYRIMSE(TRelease, s_release, 69192); TiltedPhoques::ThisCall(s_release, this); }