Difference between revisions of "OnNiNodeUpdate - Form"

From the CreationKit Wiki
Jump to navigation Jump to search
Line 18: Line 18:


== Examples ==
== Examples ==
Event OnNiNodeUpdate()
Debug.Trace("An NiNode update event was received!")
endEvent
== Notes ==
== Notes ==



Revision as of 22:27, 1 December 2021

Member of: ActiveMagicEffect Script, Form Script, ObjectReference Script

Event called when a NetImmerse node is updated.

Syntax

Function RegisterForNiNodeUpdate() native

Parameters

None

Return Value

None

Examples

Event OnNiNodeUpdate() Debug.Trace("An NiNode update event was received!") endEvent

Notes

See Also