OnTranslationFailed - ObjectReference

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: ObjectReference Script

Event called when the object reference failed translating to the destination for any reason (including when a new request is submitted).

Syntax[edit | edit source]

Event OnTranslationFailed()

Parameters[edit | edit source]

None

Examples[edit | edit source]

Event OnTranslationFailed()
  Debug.Trace("Translation failed!")
EndEvent

See Also[edit | edit source]