OnTranslationComplete - ObjectReference
Revision as of 00:25, 4 April 2018 by imported>Scrivener07 (Event was fixed.)
Member of: ObjectReference Script
Event called when the object reference done translating to the destination.
Syntax
Event OnTranslationComplete()
Parameters
None
Examples
Event OnTranslationComplete()
Debug.Trace("Translation Done!")
EndEvent
Notes
- Unlike its Skyrim counterpart, this function is no longer broken and there is no need to use OnTranslationAlmostComplete - ObjectReference in its place.