eventOnTranslationComplete()
Description
Wiki Description
Event called when the object reference done translating to the destination.
Documentation Comment
Event received when translation is complete (from a call to TranslateTo)
Examples
Event OnTranslationComplete()
Debug.Trace("Translation Done!")
EndEventAuto-Generated Example
Scriptname MyCoolScript extends ObjectReference
event OnTranslationComplete()
Debug.trace("Event received - OnTranslationComplete")
endEvent