CommonLibSSE NG
|
#include <SettingT.h>
Public Member Functions | |
~SettingT () override | |
Public Member Functions inherited from RE::Setting | |
virtual | ~Setting () |
virtual bool | Unk_01 (void) |
bool | IsManaged () const |
Type | GetType () const |
const char * | GetName () const |
bool | GetBool () const |
float | GetFloat () const |
std::int32_t | GetSInt () const |
Color | GetColor () const |
const char * | GetString () const |
std::uint32_t | GetUInt () const |
Additional Inherited Members | |
Public Types inherited from RE::Setting | |
enum class | Type { kUnknown = 0 , kBool , kFloat , kSignedInteger , kColor , kString , kUnsignedInteger } |
Public Attributes inherited from RE::Setting | |
Data | data |
char * | name |
Static Public Attributes inherited from RE::Setting | |
static constexpr auto | RTTI = RTTI_Setting |
|
override |