CommonLibVR
|
#include <SkyrimVM.h>
Public Types | |
enum class | LOSEventType { kGain = 0 , kLost , kBoth } |
enum class | PreviousLOS { kLOS = 1 , kNoLOS = 2 } |
Public Attributes | |
std::uint32_t | pad04 |
VMHandle | handle |
FormID | akViewerFormID |
FormID | akTargetFormID |
LOSEventType | losEventType |
PreviousLOS | lastLOSCheckResult |
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 |
|
strong |
FormID RE::SkyrimVM::LOSDataEvent::akTargetFormID |
FormID RE::SkyrimVM::LOSDataEvent::akViewerFormID |
VMHandle RE::SkyrimVM::LOSDataEvent::handle |
PreviousLOS RE::SkyrimVM::LOSDataEvent::lastLOSCheckResult |
LOSEventType RE::SkyrimVM::LOSDataEvent::losEventType |
std::uint32_t RE::SkyrimVM::LOSDataEvent::pad04 |