OnTranslationComplete - ObjectReference

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: ObjectReference Script

Event called when the object reference done translating to the destination.

Syntax[edit | edit source]

Event OnTranslationComplete()

Parameters[edit | edit source]

None

Examples[edit | edit source]

Event OnTranslationComplete()
  Debug.Trace("Translation Done!")
EndEvent

Notes[edit | edit source]

See Also[edit | edit source]