OnTranslationFailed - ObjectReference
Revision as of 18:55, 24 October 2011 by imported>Plplecuyer
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