CommonLibSSE NG
RE::SkyrimVM::LOSDataEvent Struct Reference

#include <SkyrimVM.h>

Inheritance diagram for RE::SkyrimVM::LOSDataEvent:
RE::BSIntrusiveRefCounted

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 }
 

Member Enumeration Documentation

◆ LOSEventType

Enumerator
kGain 
kLost 
kBoth 

◆ PreviousLOS

Enumerator
kLOS 
kNoLOS 

Member Data Documentation

◆ akTargetFormID

FormID RE::SkyrimVM::LOSDataEvent::akTargetFormID

◆ akViewerFormID

FormID RE::SkyrimVM::LOSDataEvent::akViewerFormID

◆ handle

VMHandle RE::SkyrimVM::LOSDataEvent::handle

◆ lastLOSCheckResult

PreviousLOS RE::SkyrimVM::LOSDataEvent::lastLOSCheckResult

◆ losEventType

LOSEventType RE::SkyrimVM::LOSDataEvent::losEventType

◆ pad04

std::uint32_t RE::SkyrimVM::LOSDataEvent::pad04

The documentation for this struct was generated from the following file: