Background for Skyrim SE
Member of the ObjectReference script

Description

Wiki Description

Event called when the object reference done translating to the destination.

Documentation Comment

Event received when translation is complete (from a call to TranslateTo)


Examples

Event OnTranslationComplete()
  Debug.Trace("Translation Done!")
EndEvent

Auto-Generated Example

Scriptname MyCoolScript extends ObjectReference

event OnTranslationComplete()
    Debug.trace("Event received - OnTranslationComplete")
endEvent

Related Pages


Additional References

View this event’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.