Difference between revisions of "NetImmerse Script"
Jump to navigation
Jump to search
imported>CraftySentinel (Created NetImmerse Script) |
imported>CraftySentinel m (→Global SKSE Member Functions: Reverted to List) |
||
Line 21: | Line 21: | ||
== Global SKSE Member Functions == | == Global SKSE Member Functions == | ||
:'''Bool [[HasNode - NetImmerse|HasNode]](ObjectRefrence ''ref'', String ''node'', Bool ''firstPerson'')''' | |||
:*Returns whether the object has the particular node. | |||
:'''Float [[GetNodePositionX - NetImmerse|GetNodePositionX]](ObjectReference ''ref'', String node, Bool firstPerson)''' | |||
:*Returns the X position of the specified Node on the specified Object. | |||
:'''Float [[GetNodePositionY - NetImmerse|GetNodePositionY]](ObjectReference ''ref'', String node, Bool firstPerson)''' | |||
:*Returns the Y position of the specified Node on the specified Object. | |||
:'''Float [[GetNodePositionZ - NetImmerse|GetNodePositionZ]](ObjectReference ''ref'', String node, Bool firstPerson)''' | |||
:*Returns the Z position of the specified Node on the specified Object. | |||
:'''Float [[GetNodeScale - NetImmerse|GetNodeScale]](ObjectReference ''ref'', String node, Bool firstPerson)''' | |||
:*Returns the scale of the specified Node on the specified Object. | |||
:'''[[SetNodeScale - NetImmerse|SetNodeScale]](ObjectReference ''ref'', String node, Bool firstPerson)''' | |||
:*Sets the scale of the specified Node on the specified Object | |||
:'''[[SetNodeTextureSet - NetImmerse|SetNodeTextureSet]](ObjectReference ''ref'', String node, TextureSet tSet, Bool firstPerson)''' | |||
:*Sets a NiTriShape's textures by name of the Nif node. | |||
Revision as of 19:50, 2 February 2014
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.