OnNiNodeUpdate - Form

Revision as of 22:33, 1 December 2021 by Cecell (talk | contribs)

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