- Found in:
- Vanilla
eventOnTranslationAlmostComplete()
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)
Examples
Auto-Generated Example
Scriptname MyCoolScript extends ReferenceAlias
event OnTranslationAlmostComplete()
Debug.trace("Event received - OnTranslationAlmostComplete")
endEvent