|
CommonLibVR
|
#include <AutoVanityState.h>
Public Member Functions | |
| ~AutoVanityState () override | |
| void | Begin () override |
| void | End () override |
| void | Update (BSTSmartPointer< TESCameraState > &a_nextState) override |
| void | GetRotation (NiQuaternion &a_rotation) override |
| void | GetTranslation (NiPoint3 &a_translation) override |
Public Member Functions inherited from RE::TESCameraState | |
| virtual | ~TESCameraState () |
| virtual void | SaveGame (BGSSaveFormBuffer *a_buf) |
| virtual void | LoadGame (BGSLoadFormBuffer *a_buf) |
| virtual void | Revert (BGSLoadFormBuffer *a_buf) |
Public Member Functions inherited from RE::BSIntrusiveRefCounted | |
| std::uint32_t | IncRef () const |
| std::uint32_t | DecRef () const |
| TES_HEAP_REDEFINE_NEW () | |
Public Attributes | |
| float | autoVanityRot |
| std::uint32_t | pad24 |
Public Attributes inherited from RE::TESCameraState | |
| std::uint32_t | pad0C |
| TESCamera * | camera |
| CameraState | id |
| std::uint32_t | pad1C |
Static Public Attributes | |
| static constexpr auto | RTTI = RTTI_AutoVanityState |
| static constexpr auto | VTABLE = VTABLE_AutoVanityState |
Static Public Attributes inherited from RE::TESCameraState | |
| static constexpr auto | RTTI = RTTI_TESCameraState |
| static constexpr auto | VTABLE = VTABLE_TESCameraState |
Additional Inherited Members | |
Protected Attributes inherited from RE::BSIntrusiveRefCounted | |
| volatile std::uint32_t | _refCount { 0 } |
|
override |
|
overridevirtual |
Reimplemented from RE::TESCameraState.
|
overridevirtual |
Reimplemented from RE::TESCameraState.
|
overridevirtual |
Reimplemented from RE::TESCameraState.
|
overridevirtual |
Reimplemented from RE::TESCameraState.
|
overridevirtual |
Reimplemented from RE::TESCameraState.
| float RE::AutoVanityState::autoVanityRot |
| std::uint32_t RE::AutoVanityState::pad24 |
|
inlinestaticconstexpr |
|
inlinestaticconstexpr |