Difference between revisions of "NetImmerse Script"

85 bytes added ,  05:13, 30 April 2015
m
→‎Global SKSE Member Functions: Corrected SetNodeScale syntax
imported>Arocide
(→‎Global SKSE Member Functions: Should now contain all SKSE functions up to 1.7.2)
imported>Arocide
m (→‎Global SKSE Member Functions: Corrected SetNodeScale syntax)
 
(One intermediate revision by the same user not shown)
Line 21: Line 21:
== Global SKSE Member Functions ==
== Global SKSE Member Functions ==


:'''Bool [[HasNode - NetImmerse|HasNode]](ObjectRefrence ''ref'', String ''node'', Bool ''firstPerson'')'''
:'''Bool [[HasNode - NetImmerse|HasNode]](ObjectReference ''ref'', String ''node'', Bool ''firstPerson'')'''
:*Returns whether the object has the particular node.
:*Returns whether the object has the particular node.


Line 60: Line 60:
:*Sets the Local Z position of the specified node on the specified Reference to the specified value.
:*Sets the Local Z position of the specified node on the specified Reference to the specified value.


:'''Float [[GetNodeScale - NetImmerse|GetNodeScale]](ObjectReference ''ref'', String node, Bool firstPerson)'''
:'''Float [[GetNodeScale - NetImmerse|GetNodeScale]](ObjectReference ''ref'', String ''node'', Bool ''firstPerson'')'''
:*Returns the scale of the specified Node on the specified Object.
:*Returns the scale of the specified Node on the specified Object.


:'''[[SetNodeScale - NetImmerse|SetNodeScale]](ObjectReference ''ref'', String node, Bool firstPerson)'''
:'''[[SetNodeScale - NetImmerse|SetNodeScale]](ObjectReference ''ref'', String ''node'', Float ''scale'', Bool ''firstPerson'')'''
:*Sets the scale of the specified Node on the specified Object
:*Sets the scale of the specified Node on the specified Object


:'''[[SetNodeTextureSet - NetImmerse|SetNodeTextureSet]](ObjectReference ''ref'', String node, TextureSet tSet, Bool firstPerson)'''
:'''[[SetNodeTextureSet - NetImmerse|SetNodeTextureSet]](ObjectReference ''ref'', String ''node'', TextureSet ''tSet'', Bool ''firstPerson'')'''
:*Sets a NiTriShape's textures by name of the Nif node.
:*Sets a NiTriShape's textures by name of the Nif node.


Line 99: Line 99:
:*Sets the Local Rotation (in Rotation Matrix Format) of a node using the passed in array.
:*Sets the Local Rotation (in Rotation Matrix Format) of a node using the passed in array.


:'''[[SetNodePositionX - NetImmerse|SetNodePositionX]](ObjectReference ''ref'', String ''node'', Bool ''firstPerson'') {DEPRECIATED}'''
:'''[[SetNodePositionX - NetImmerse|SetNodePositionX]](ObjectReference ''ref'', String ''node'', Float ''x'', Bool ''firstPerson'') {DEPRECIATED}'''
:*Sets the X position of the specified Node on the specified Object.(Depreciated use [[SetNodeLocalPositionX - NetImmerse|SetNodeLocalPositionX]])
:*Sets the X position of the specified Node on the specified Object.(Depreciated use [[SetNodeLocalPositionX - NetImmerse|SetNodeLocalPositionX]])


:'''[[SetNodePositionY - NetImmerse|SetNodePositionY]](ObjectReference ''ref'', String ''node'', Bool ''firstPerson'') {DEPRECIATED}'''
:'''[[SetNodePositionY - NetImmerse|SetNodePositionY]](ObjectReference ''ref'', String ''node'', Float ''y'', Bool ''firstPerson'') {DEPRECIATED}'''
:*Sets the Y position of the specified Node on the specified Object.(Depreciated use [[SetNodeLocalPositionY - NetImmerse|SetNodeLocalPositionY]])
:*Sets the Y position of the specified Node on the specified Object.(Depreciated use [[SetNodeLocalPositionY - NetImmerse|SetNodeLocalPositionY]])


:'''[[SetNodePositionZ - NetImmerse|SetNodePositionZ]](ObjectReference ''ref'', String ''node'', Bool ''firstPerson'') {DEPRECIATED}'''
:'''[[SetNodePositionZ - NetImmerse|SetNodePositionZ]](ObjectReference ''ref'', String ''node'', Float ''z'', Bool ''firstPerson'') {DEPRECIATED}'''
:*Sets the Z position of the specified Node on the specified Object. (Depreciated use [[SetNodeLocalPositionZ - NetImmerse|SetNodeLocalPositionZ]])
:*Sets the Z position of the specified Node on the specified Object. (Depreciated use [[SetNodeLocalPositionZ - NetImmerse|SetNodeLocalPositionZ]])


Anonymous user