OnNiNodeUpdate - Form

From the CreationKit Wiki
Revision as of 22:47, 1 December 2021 by Cecell (talk | contribs) (→‎See Also)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: ActiveMagicEffect Script, Form Script, ObjectReference Script

Event called when a NetImmerse node is updated.

Syntax[edit | edit source]

Event OnNiNodeUpdate()

Parameters[edit | edit source]

None

Examples[edit | edit source]

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

See Also[edit | edit source]