|
CommonLibSSE (powerof3)
|
#include <BGSSaveLoadManager.h>
Public Member Functions | |
| ~Thread () override | |
| void | Unk_01 (void) override |
| void | Unk_02 (void) override |
Public Member Functions inherited from RE::BSThread | |
| virtual | ~BSThread () |
Public Attributes | |
| bool | isRunnning |
| bool | isBusy |
| std::uint16_t | pad52 |
| std::uint32_t | pad54 |
| BSEventFlag | haveTask |
| BSTCommonStaticMessageQueue< BSTSmartPointer< bgs::saveload::Request >, 8 > | asyncSaveLoadOperationQueue |
Public Attributes inherited from RE::BSThread | |
| WinAPI::CRITICAL_SECTION | lock |
| void * | thread |
| void * | ownerThread |
| std::uint32_t | threadID |
| std::uint32_t | ownerThreadID |
| bool | initialized |
| std::uint8_t | pad49 |
| std::uint16_t | pad4A |
| std::uint32_t | pad4C |
Static Public Attributes | |
| static constexpr auto | RTTI = RTTI_BGSSaveLoadManager__Thread |
Static Public Attributes inherited from RE::BSThread | |
| static constexpr auto | RTTI = RTTI_BSThread |
|
override |
|
overridevirtual |
Reimplemented from RE::BSThread.
|
overridevirtual |
Reimplemented from RE::BSThread.
| BSTCommonStaticMessageQueue<BSTSmartPointer<bgs::saveload::Request>, 8> RE::BGSSaveLoadManager::Thread::asyncSaveLoadOperationQueue |
| BSEventFlag RE::BGSSaveLoadManager::Thread::haveTask |
| bool RE::BGSSaveLoadManager::Thread::isBusy |
| bool RE::BGSSaveLoadManager::Thread::isRunnning |
| std::uint16_t RE::BGSSaveLoadManager::Thread::pad52 |
| std::uint32_t RE::BGSSaveLoadManager::Thread::pad54 |
|
inlinestaticconstexpr |