NetImmerse Script

From the CreationKit Wiki
Revision as of 19:50, 2 February 2014 by imported>CraftySentinel (→‎Global SKSE Member Functions: Reverted to List)
Jump to navigation Jump to search

Source: SKSE

Extends: None

Flags: Hidden


Script for the manipulation of NiNodes.


Definition

ScriptName NetImmerse Hidden


Global SKSE Member Functions

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.