Background for Starfield
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)


Caveats

CK Wiki - Notes


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 Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.