NIF File Format Documentation

NIF Objects | Compound Types | Enum Types | Basic Types | File Versions

BSInvMarker

Orientation marker for Skyrim's inventory view.
How to show the nif in the player's inventory.
Typically attached to the root node of the nif tree.
If not present, then Skyrim will still show the nif in inventory,
using the default values.
Name should be 'INV' (without the quotes).
For rotations, a short of "4712" appears as "4.712" but "959" appears as "0.959" meshes\weapons\daedric\daedricbowskinned.nif

Attributes

Name Type Arg Arr1 Arr2 Cond Description FromTo
From NiObject
From NiExtraData
Name string Name of this object. 10.0.1.0
Next Extra Data Ref<NiExtraData> Block number of the next extra data object. 4.2.2.0
From BSInvMarker
Rotation X ushort Unknown.
Rotation Y ushort Unknown.
Rotation Z ushort Unknown.
Zoom float Zoom factor.

Parent Of