|
CommonLibSSE (powerof3)
|
#include <TweenMenuCameraState.h>
Public Member Functions | |
| ~TweenMenuCameraState () 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 | |
| NiQuaternion | intialRotation |
| float | initialFOV |
| NiPoint2 | currentAddedRot |
| NiPoint2 | targetAddedRot |
| float | currentAddedFOV |
| float | targetAddedFOV |
| bool | endingState |
| std::uint8_t | pad4D |
| std::uint16_t | pad4E |
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_TweenMenuCameraState |
| static constexpr auto | VTABLE = VTABLE_TweenMenuCameraState |
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::TweenMenuCameraState::currentAddedFOV |
| NiPoint2 RE::TweenMenuCameraState::currentAddedRot |
| bool RE::TweenMenuCameraState::endingState |
| float RE::TweenMenuCameraState::initialFOV |
| NiQuaternion RE::TweenMenuCameraState::intialRotation |
| std::uint8_t RE::TweenMenuCameraState::pad4D |
| std::uint16_t RE::TweenMenuCameraState::pad4E |
|
inlinestaticconstexpr |
| float RE::TweenMenuCameraState::targetAddedFOV |
| NiPoint2 RE::TweenMenuCameraState::targetAddedRot |
|
inlinestaticconstexpr |