- Found in:
- Vanilla
eventOnTranslationComplete(ObjectReferenceakSenderRef)
Description
Documentation Comment
Event received when translation is complete (from a call to TranslateTo)
Parameters
ObjectReferenceakSenderRef
Examples
Auto-Generated Example
Scriptname MyCoolScript extends RefCollectionAlias
event OnTranslationComplete(ObjectReference akSenderRef)
Debug.trace("Event received - OnTranslationComplete: akSenderRef = " + akSenderRef)
endEvent