Difference between revisions of "OnNiNodeUpdate - Form"

From the CreationKit Wiki
Jump to navigation Jump to search
Line 8: Line 8:
== Syntax ==
== Syntax ==
<source lang="papyrus">
<source lang="papyrus">
Function RegisterForNiNodeUpdate() native
Event OnNiNodeUpdate()
</source>
</source>



Revision as of 22:33, 1 December 2021

Member of: ActiveMagicEffect Script, Form Script, ObjectReference Script

Event called when a NetImmerse node is updated.

Syntax

Event OnNiNodeUpdate()

Parameters

None

Examples

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

See Also