CommonLibSSE NG
|
#include <BSNiNode.h>
Public Member Functions | |
~BSNiNode () override | |
const NiRTTI * | GetRTTI () const override |
NiObject * | CreateClone (NiCloningProcess &a_cloning) override |
Public Member Functions inherited from RE::NiNode | |
~NiNode () override | |
const NiRTTI * | GetRTTI () const override |
NiNode * | AsNode () override |
NiObject * | CreateClone (NiCloningProcess &a_cloning) override |
void | LoadBinary (NiStream &a_stream) override |
void | LinkObject (NiStream &a_stream) override |
bool | RegisterStreamables (NiStream &a_stream) override |
void | SaveBinary (NiStream &a_stream) override |
bool | IsEqual (NiObject *a_object) override |
void | ProcessClone (NiCloningProcess &a_cloning) override |
void | UpdateControllers (NiUpdateData &a_data) override |
void | PerformOp (PerformOpFunc &a_func) override |
void | AttachProperty (NiAlphaProperty *a_property) override |
NiAVObject * | GetObjectByName (const BSFixedString &a_name) override |
void | SetSelectiveUpdateFlags (bool &a_selectiveUpdate, bool a_selectiveUpdateTransforms, bool &a_rigid) override |
void | UpdateDownwardPass (NiUpdateData &a_data, std::uint32_t a_arg2) override |
void | UpdateSelectedDownwardPass (NiUpdateData &a_data, std::uint32_t a_arg2) override |
void | UpdateRigidDownwardPass (NiUpdateData &a_data, std::uint32_t a_arg2) override |
void | UpdateWorldBound () override |
void | UpdateTransformAndBounds (NiUpdateData &a_data) override |
void | OnVisible (NiCullingProcess &a_process) override |
SKYRIM_REL_VR_VIRTUAL void | AttachChild (NiAVObject *a_child, bool a_firstAvail=false) |
SKYRIM_REL_VR_VIRTUAL void | InsertChildAt (std::uint32_t a_idx, NiAVObject *a_child) |
SKYRIM_REL_VR_VIRTUAL void | DetachChild1 (NiAVObject *a_child, NiPointer< NiAVObject > &a_childOut) |
SKYRIM_REL_VR_VIRTUAL void | DetachChild2 (NiAVObject *a_child) |
SKYRIM_REL_VR_VIRTUAL void | DetachChildAt1 (std::uint32_t a_idx, NiPointer< NiAVObject > &a_childOut) |
SKYRIM_REL_VR_VIRTUAL void | DetachChildAt2 (std::uint32_t a_idx) |
SKYRIM_REL_VR_VIRTUAL void | SetAt1 (std::uint32_t a_idx, NiAVObject *a_child, NiPointer< NiAVObject > &a_childOut) |
SKYRIM_REL_VR_VIRTUAL void | SetAt2 (std::uint32_t a_idx, NiAVObject *a_child) |
SKYRIM_REL_VR_VIRTUAL void | UpdateUpwardPass (NiUpdateData &a_data) |
NiTObjectArray< NiPointer< NiAVObject > > & | GetChildren () noexcept |
const NiTObjectArray< NiPointer< NiAVObject > > & | GetChildren () const noexcept |
void | DetachChild (NiAVObject *a_child) |
void | DetachChild (NiAVObject *a_child, NiPointer< NiAVObject > &a_childOut) |
void | DetachChildAt (std::uint32_t a_idx) |
void | DetachChildAt (std::uint32_t a_idx, NiPointer< NiAVObject > &a_childOut) |
void | SetAt (std::uint32_t a_idx, NiAVObject *a_child) |
void | SetAt (std::uint32_t a_idx, NiAVObject *a_child, NiPointer< NiAVObject > &a_childOut) |
Public Member Functions inherited from RE::NiAVObject | |
~NiAVObject () override | |
const NiRTTI * | GetRTTI () const override |
void | LoadBinary (NiStream &a_stream) override |
void | LinkObject (NiStream &a_stream) override |
bool | RegisterStreamables (NiStream &a_stream) override |
void | SaveBinary (NiStream &a_stream) override |
bool | IsEqual (NiObject *a_object) override |
void | ProcessClone (NiCloningProcess &a_cloning) override |
virtual void | UpdateControllers (NiUpdateData &a_data) |
virtual void | Unk_VRFunc (void) |
SKYRIM_REL_VR_VIRTUAL void | PerformOp (PerformOpFunc &a_func) |
SKYRIM_REL_VR_VIRTUAL void | AttachProperty (NiAlphaProperty *a_property) |
SKYRIM_REL_VR_VIRTUAL void | SetMaterialNeedsUpdate (bool a_needsUpdate) |
SKYRIM_REL_VR_VIRTUAL void | SetDefaultMaterialNeedsUpdateFlag (bool a_flag) |
SKYRIM_REL_VR_VIRTUAL NiAVObject * | GetObjectByName (const BSFixedString &a_name) |
SKYRIM_REL_VR_VIRTUAL void | SetSelectiveUpdateFlags (bool &a_selectiveUpdate, bool a_selectiveUpdateTransforms, bool &a_rigid) |
SKYRIM_REL_VR_VIRTUAL void | UpdateDownwardPass (NiUpdateData &a_data, std::uint32_t a_arg2) |
SKYRIM_REL_VR_VIRTUAL void | UpdateSelectedDownwardPass (NiUpdateData &a_data, std::uint32_t a_arg2) |
SKYRIM_REL_VR_VIRTUAL void | UpdateRigidDownwardPass (NiUpdateData &a_data, std::uint32_t a_arg2) |
SKYRIM_REL_VR_VIRTUAL void | UpdateWorldBound () |
SKYRIM_REL_VR_VIRTUAL void | UpdateWorldData (NiUpdateData *a_data) |
SKYRIM_REL_VR_VIRTUAL void | UpdateTransformAndBounds (NiUpdateData &a_data) |
SKYRIM_REL_VR_VIRTUAL void | PreAttachUpdate (NiNode *a_parent, NiUpdateData &a_data) |
SKYRIM_REL_VR_VIRTUAL void | PostAttachUpdate () |
SKYRIM_REL_VR_VIRTUAL void | OnVisible (NiCullingProcess &a_process) |
NiAVObject * | Clone () |
void | CullGeometry (bool a_cull) |
void | CullNode (bool a_cull) |
bool | GetAppCulled () const |
bhkCollisionObject * | GetCollisionObject () const |
COL_LAYER | GetCollisionLayer () const |
BSGeometry * | GetFirstGeometryOfShaderType (BSShaderMaterial::Feature a_type) |
TESObjectREFR * | GetUserData () const |
void | SetUserData (TESObjectREFR *a_ref) noexcept |
bool | HasAnimation () const |
bool | HasShaderType (BSShaderMaterial::Feature a_type) |
void | RemoveDecals () |
void | SetAppCulled (bool a_cull) |
void | SetCollisionLayer (COL_LAYER a_collisionLayer) |
void | SetCollisionLayerAndGroup (COL_LAYER a_collisionLayer, std::uint32_t a_group) |
bool | SetMotionType (std::uint32_t a_motionType, bool a_arg2=true, bool a_arg3=false, bool a_allowActivate=true) |
bool | SetProjectedUVData (const NiColorA &a_projectedUVParams, const NiColor &a_projectedUVColor, bool a_isSnow) |
void | TintScenegraph (const NiColorA &a_color) |
void | Update (NiUpdateData &a_data) |
void | UpdateBodyTint (const NiColor &a_color) |
void | UpdateHairColor (const NiColor &a_color) |
void | UpdateMaterialAlpha (float a_alpha, bool a_doOnlySkin) |
void | UpdateRigidConstraints (bool a_enable, std::uint8_t a_arg2=1, std::uint32_t a_arg3=1) |
stl::enumeration< Flag, std::uint32_t > & | GetFlags () noexcept |
const stl::enumeration< Flag, std::uint32_t > & | GetFlags () const noexcept |
Public Member Functions inherited from RE::NiObjectNET | |
~NiObjectNET () override | |
const NiRTTI * | GetRTTI () const override |
void | LoadBinary (NiStream &a_stream) override |
void | LinkObject (NiStream &a_stream) override |
bool | RegisterStreamables (NiStream &a_stream) override |
void | SaveBinary (NiStream &a_stream) override |
bool | IsEqual (NiObject *a_object) override |
void | ProcessClone (NiCloningProcess &a_cloning) override |
void | PostLinkObject (NiStream &a_stream) override |
bool | AddExtraData (const BSFixedString &a_key, NiExtraData *a_extra) |
bool | AddExtraData (NiExtraData *a_extra) |
void | DeleteExtraData (std::uint16_t a_extraDataIndex) |
NiTimeController * | GetControllers () const |
NiTimeController * | GetController (const NiRTTI *a_rtti) const |
template<class T > | |
T * | GetController () const |
NiExtraData * | GetExtraData (const BSFixedString &a_key) const |
template<class T > | |
T * | GetExtraData (const BSFixedString &a_key) const |
NiExtraData * | GetExtraDataAt (std::uint16_t a_extraDataIndex) const |
std::uint16_t | GetExtraDataSize () const |
bool | HasExtraData (const BSFixedString &a_key) const |
bool | InsertExtraData (NiExtraData *a_extra) |
void | RemoveAllExtraData () |
bool | RemoveExtraData (const BSFixedString &a_key) |
bool | RemoveExtraDataAt (std::uint16_t a_extraDataIndex) |
bool | SetExtraDataSize (std::uint16_t a_size) |
Public Member Functions inherited from RE::NiObject | |
~NiObject () override=default | |
virtual const NiRTTI * | GetRTTI () const |
virtual NiNode * | AsNode () |
virtual NiSwitchNode * | AsSwitchNode () |
virtual BSFadeNode * | AsFadeNode () |
virtual BSMultiBoundNode * | AsMultiBoundNode () |
virtual BSGeometry * | AsGeometry () |
virtual NiTriStrips * | AsTriStrips () |
virtual BSTriShape * | AsTriShape () |
virtual BSSegmentedTriShape * | AsSegmentedTriShape () |
virtual BSSubIndexTriShape * | AsSubIndexTriShape () |
virtual BSDynamicTriShape * | AsDynamicTriShape () |
virtual NiGeometry * | AsNiGeometry () |
virtual NiTriBasedGeom * | AsNiTriBasedGeom () |
virtual NiTriShape * | AsNiTriShape () |
virtual NiParticles * | AsParticlesGeom () |
virtual BSLines * | AsLinesGeom () |
virtual bhkNiCollisionObject * | AsBhkNiCollisionObject () |
virtual bhkBlendCollisionObject * | AsBhkBlendCollisionObject () |
virtual bhkAttachmentCollisionObject * | AsBhkAttachmentCollisionObject () |
virtual bhkRigidBody * | AsBhkRigidBody () |
virtual bhkLimitedHingeConstraint * | AsBhkLimitedHingeConstraint () |
virtual NiObject * | CreateClone (NiCloningProcess &a_cloning) |
virtual void | LoadBinary (NiStream &a_stream) |
virtual void | LinkObject (NiStream &a_stream) |
virtual bool | RegisterStreamables (NiStream &a_stream) |
virtual void | SaveBinary (NiStream &a_stream) |
virtual bool | IsEqual (NiObject *a_object) |
virtual void | ProcessClone (NiCloningProcess &a_cloning) |
virtual void | PostLinkObject (NiStream &a_stream) |
virtual bool | StreamCanSkip () |
virtual const NiRTTI * | GetStreamableRTTI () const |
virtual std::uint32_t | GetBlockAllocationSize () const |
virtual NiObjectGroup * | GetGroup () const |
virtual void | SetGroup (NiObjectGroup *a_group) |
virtual NiControllerManager * | AsNiControllerManager () |
void | CreateDeepCopy (NiPointer< NiObject > &a_object) |
Public Member Functions inherited from RE::NiRefObject | |
NiRefObject () | |
virtual | ~NiRefObject () |
virtual void | DeleteThis () |
void | IncRefCount () |
void | DecRefCount () |
constexpr std::uint32_t | GetRefCount () const noexcept |
TES_HEAP_REDEFINE_NEW () | |
Static Public Attributes | |
static constexpr auto | RTTI = RTTI_BSNiNode |
static auto | Ni_RTTI = NiRTTI_BSNiNode |
Static Public Attributes inherited from RE::NiNode | |
static constexpr auto | RTTI = RTTI_NiNode |
static auto | Ni_RTTI = NiRTTI_NiNode |
Static Public Attributes inherited from RE::NiAVObject | |
static constexpr auto | RTTI = RTTI_NiAVObject |
static auto | Ni_RTTI = NiRTTI_NiAVObject |
Static Public Attributes inherited from RE::NiObjectNET | |
static constexpr auto | RTTI = RTTI_NiObjectNET |
static auto | Ni_RTTI = NiRTTI_NiObjectNET |
Static Public Attributes inherited from RE::NiObject | |
static constexpr auto | RTTI = RTTI_NiObject |
static auto | Ni_RTTI = NiRTTI_NiObject |
Static Public Attributes inherited from RE::NiRefObject | |
static constexpr auto | RTTI = RTTI_NiRefObject |
Additional Inherited Members | |
Public Types inherited from RE::NiAVObject | |
enum class | Flag { kNone = 0 , kHidden = 1 << 0 , kSelectiveUpdate = 1 << 1 , kSelectiveUpdateTransforms = 1 << 2 , kSelectiveUpdateController = 1 << 3 , kSelectiveUpdateRigid = 1 << 4 , kDisplayObject = 1 << 5 , kDisableSorting = 1 << 6 , kSelectiveUpdateTransformsOverride = 1 << 7 , kSaveExternalGeometryData = 1 << 9 , kNoDecals = 1 << 10 , kAlwaysDraw = 1 << 11 , kMeshLOD = 1 << 12 , kFixedBound = 1 << 13 , kTopFadeNode = 1 << 14 , kIgnoreFade = 1 << 15 , kNoAnimSyncX = 1 << 16 , kNoAnimSyncY = 1 << 17 , kNoAnimSyncZ = 1 << 18 , kNoAnimSyncS = 1 << 19 , kNoDismember = 1 << 20 , kNoDismemberValidity = 1 << 21 , kRenderUse = 1 << 22 , kMaterialsApplied = 1 << 23 , kHighDetail = 1 << 24 , kForceUpdate = 1 << 25 , kPreProcessedNode = 1 << 26 } |
Static Public Member Functions inherited from RE::NiNode | |
static NiNode * | Create (std::uint16_t a_arrBufLen=0) |
Static Public Member Functions inherited from RE::NiRefObject | |
static volatile std::uint32_t * | GetTotalObjectCount () |
Public Attributes inherited from RE::NiNode | |
NiTObjectArray< NiPointer< NiAVObject > > | children |
Public Attributes inherited from RE::NiAVObject | |
NiNode * | parent |
std::uint32_t | parentIndex |
std::uint32_t | unk03C |
NiPointer< NiCollisionObject > | collisionObject |
NiTransform | local |
NiTransform | world |
NiTransform | previousWorld |
NiBound | worldBound |
stl::enumeration< Flag, std::uint32_t > | flags |
TESObjectREFR * | userData |
float | fadeAmount |
std::uint32_t | lastUpdatedFrameCounter |
std::uint8_t | unk108 |
std::uint8_t | flags02 |
std::uint16_t | unk10A |
std::uint32_t | pad10C |
Public Attributes inherited from RE::NiObjectNET | |
BSFixedString | name |
NiPointer< NiTimeController > | controllers |
NiExtraData ** | extra |
std::uint16_t | extraDataSize |
std::uint16_t | maxSize |
std::uint32_t | pad2C |
Public Attributes inherited from RE::NiRefObject | |
volatile std::uint32_t | _refCount { 0 } |
std::uint32_t | _pad0C { 0 } |
Protected Member Functions inherited from RE::NiNode | |
NiNode * | Ctor (std::uint16_t a_arrBufLen) |
|
override |
|
overridevirtual |
Reimplemented from RE::NiObject.
Reimplemented in RE::BSOrderedNode, and RE::BSValueNode.
|
overridevirtual |
Reimplemented from RE::NiObject.
Reimplemented in RE::BSOrderedNode, and RE::BSValueNode.
|
inlinestatic |
|
inlinestaticconstexpr |