|
CommonLibSSE NG
|
#include <BGSLoadFormBuffer.h>
Public Member Functions | |
| ~BGSLoadFormBuffer () override | |
| std::uint8_t | GetVersion (void) override |
Public Member Functions inherited from RE::BGSLoadGameBuffer | |
| virtual | ~BGSLoadGameBuffer () |
| void | LoadDataEndian (void *a_data, std::uint32_t a_offset, std::uint32_t a_size) |
Static Public Attributes | |
| static constexpr auto | RTTI = RTTI_BGSLoadFormBuffer |
| static constexpr auto | VTABLE = VTABLE_BGSLoadFormBuffer |
Static Public Attributes inherited from RE::BGSLoadGameBuffer | |
| static constexpr auto | RTTI = RTTI_BGSLoadGameBuffer |
| static constexpr auto | VTABLE = VTABLE_BGSLoadGameBuffer |
Static Public Attributes inherited from RE::BGSLoadFormData | |
| static constexpr auto | RTTI = RTTI_BGSLoadFormData |
Additional Inherited Members | |
Public Types inherited from RE::BGSLoadFormData | |
| enum class | Flags { kSkipForm = 1 << 0 , kFormPending = 1 << 1 , kRevertOnly = 1 << 2 , kConstructedForm = 1 << 3 , kCellChanged = 1 << 4 , kLoadingPackageFromExtraData = 1 << 5 } |
Public Attributes inherited from RE::BGSLoadGameBuffer | |
| void * | buffer |
| std::uint64_t | unk10 |
| std::uint32_t | unk18 |
| std::uint32_t | unk1C |
| std::uint32_t | unk20 |
| std::uint32_t | bufferPosition |
Public Attributes inherited from RE::BGSLoadFormData | |
| FormID | formID |
| std::uint32_t | size |
| std::uint32_t | uncompressedSize |
| std::uint32_t | pad0C |
| TESForm * | form |
| std::uint32_t | changeFlags |
| std::uint32_t | oldChangeFlags |
| stl::enumeration< Flags, std::uint32_t > | flags |
| std::uint8_t | pad22 |
| std::uint8_t | version |
|
override |
|
overridevirtual |
Reimplemented from RE::BGSLoadGameBuffer.
|
inlinestaticconstexpr |
|
inlinestaticconstexpr |