Difference between revisions of "NetImmerse Script"
m
→Global SKSE Member Functions: Fixed Silly syntax errors
imported>Arocide (→Global SKSE Member Functions: Should now contain all SKSE functions up to 1.7.2) |
imported>Arocide m (→Global SKSE Member Functions: Fixed Silly syntax errors) |
||
Line 21: | Line 21: | ||
== Global SKSE Member Functions == | == Global SKSE Member Functions == | ||
:'''Bool [[HasNode - NetImmerse|HasNode]]( | :'''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'', 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]]) | ||