Background for Skyrim SE
Member of the ObjectReference script

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!")
EndEvent

Auto-Generated Example

Scriptname MyCoolScript extends ObjectReference

event OnTranslationFailed()
    Debug.trace("Event received - OnTranslationFailed")
endEvent

Related Pages


Additional References

View this event’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.