OnTranslationComplete - ObjectReference
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]
- Unlike its Skyrim counterpart, this function is no longer broken and there is no need to use OnTranslationAlmostComplete - ObjectReference in its place.