Difference between revisions of "OnTranslationComplete - ObjectReference"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Plplecuyer
 
imported>Scrivener07
(Event was fixed.)
 
Line 20: Line 20:
EndEvent
EndEvent
</source>
</source>
== Notes ==
* Unlike its Skyrim counterpart, this function is no longer broken and there is no need to use [[OnTranslationAlmostComplete - ObjectReference]] in its place.


== See Also ==
== See Also ==

Latest revision as of 00:25, 4 April 2018

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]