NetImmerse Script
Revision as of 21:30, 30 October 2013 by imported>CraftySentinel (Created NetImmerse Script)
Source: SKSE
Extends: None
Flags: Hidden
Script for the manipulation of NiNodes.
Definition
ScriptName NetImmerse Hidden
Global SKSE Member Functions
Function | Description |
---|---|
Bool HasNode(ObjectRefrence ref, String node, Bool firstPerson) | Returns whether the object has the particular node. |
Float GetNodePositionX(ObjectReference ref, String node, Bool firstPerson) | Returns the X position of the specified Node on the specified Object. |
Float GetNodePositionY(ObjectReference ref, String node, Bool firstPerson) | Returns the Y position of the specified Node on the specified Object. |
Float GetNodePositionZ(ObjectReference ref, String node, Bool firstPerson) | Returns the Z position of the specified Node on the specified Object. |
Float GetNodeScale(ObjectReference ref, String node, Bool firstPerson) | Returns the scale of the specified Node on the specified Object |
SetNodeScale(ObjectReference ref, String node, Bool firstPerson) | Sets the scale of the specified Node on the specified Object |
SetNodeTextureSet(ObjectReference ref, String node, TextureSet tSet, Bool firstPerson) | Sets a NiTriShape's textures by name of the Nif node. |