eventOnTranslationFailed()
Description
Wiki Description
Event called when the object reference failed translating to the destination for any reason (including when a new request is submitted).
Documentation Comment
Event received when translation is aborted (from a call to StopTranslateTo)
Examples
Event OnTranslationFailed()
Debug.Trace("Translation failed!")
EndEventAuto-Generated Example
Scriptname MyCoolScript extends ObjectReference
event OnTranslationFailed()
Debug.trace("Event received - OnTranslationFailed")
endEvent