- Found in:
- Vanilla
eventOnTranslationAlmostComplete(ObjectReferenceakSenderRef)
Description
Documentation Comment
Event received when translation is almost complete (from a call to TranslateTo, "almost" is determined by a gamesetting, default is 90% of the way)
Parameters
ObjectReferenceakSenderRef
Examples
Auto-Generated Example
Scriptname MyCoolScript extends RefCollectionAlias
event OnTranslationAlmostComplete(ObjectReference akSenderRef)
Debug.trace("Event received - OnTranslationAlmostComplete: akSenderRef = " + akSenderRef)
endEvent