|
CommonLibVR
|
#include <SkyrimVM.h>
Public Types | |
| enum class | UpdateType : bool { kRepeat = 0 , kNoRepeat = 1 } |
Public Attributes | |
| UpdateType | updateType |
| std::uint16_t | pad06 |
| std::uint32_t | timeToSendEvent |
| std::uint32_t | updateTime |
| VMHandle | handle |
Additional Inherited Members | |
Public Member Functions inherited from RE::BSIntrusiveRefCounted | |
| std::uint32_t | IncRef () const |
| std::uint32_t | DecRef () const |
| TES_HEAP_REDEFINE_NEW () | |
Protected Attributes inherited from RE::BSIntrusiveRefCounted | |
| volatile std::uint32_t | _refCount { 0 } |
|
strong |
| VMHandle RE::SkyrimVM::UpdateDataEvent::handle |
| std::uint16_t RE::SkyrimVM::UpdateDataEvent::pad06 |
| std::uint32_t RE::SkyrimVM::UpdateDataEvent::timeToSendEvent |
| std::uint32_t RE::SkyrimVM::UpdateDataEvent::updateTime |
| UpdateType RE::SkyrimVM::UpdateDataEvent::updateType |