CommonLibSSE NG
|
#include <TESRegionDataWeather.h>
Public Member Functions | |
~TESRegionDataWeather () override | |
Type | GetType () const override |
void | ConstructSelf () override |
void | Unk_05 (void) override |
void | CopyFrom (TESRegionData *a_src, bool a_copy) override |
bool | IsLoaded () const override |
virtual void | Unk_08 (void) |
Public Member Functions inherited from RE::TESRegionData | |
virtual | ~TESRegionData () |
virtual bool | LoadDataHeader (void *a_arg1) |
virtual void | LoadData (TESForm *a_form) |
virtual Type | GetType () const =0 |
virtual void | ConstructSelf ()=0 |
virtual void | Unk_05 (void)=0 |
virtual void | CopyFrom (TESRegionData *a_src, bool a_copy)=0 |
virtual bool | IsLoaded () const =0 |
Public Attributes | |
BSSimpleList< WeatherType * > | weatherTypes |
Public Attributes inherited from RE::TESRegionData | |
DataHeader | dataHeader |
Static Public Attributes | |
static constexpr auto | RTTI = RTTI_TESRegionDataWeather |
static constexpr auto | TYPE = Type::kWeather |
Static Public Attributes inherited from RE::TESRegionData | |
static constexpr auto | RTTI = RTTI_TESRegionData |
Additional Inherited Members | |
Public Types inherited from RE::TESRegionData | |
enum class | Type { kObjects = 2 , kWeather = 3 , kMap = 4 , kLand = 5 , kGrass = 6 , kSound = 7 , kImposter = 8 } |
|
override |
|
overridevirtual |
Implements RE::TESRegionData.
|
overridevirtual |
Implements RE::TESRegionData.
|
overridevirtual |
Implements RE::TESRegionData.
|
overridevirtual |
Implements RE::TESRegionData.
|
overridevirtual |
Implements RE::TESRegionData.
|
virtual |
|
inlinestaticconstexpr |
|
inlinestaticconstexpr |
BSSimpleList<WeatherType*> RE::TESRegionDataWeather::weatherTypes |