Background for Starfield
Member of the ScriptObject script

[DEV SERVER] Loading description...


Caveats

CK Wiki - Notes

  • Aliases and quests will automatically unregister for this event when the quest stops. Active magic effects will automatically unregister when they are removed.

Examples

Function SomeFunction()
  RegisterForPlayerTeleport() ; Before we can use OnPlayerTeleport we must register.
EndFunction

Event OnPlayerTeleport()
  Debug.Trace("Player teleported!")
endEvent

Auto-Generated Example

Scriptname MyCoolScript extends ScriptObject

event OnPlayerTeleport()
    Debug.trace("Event received - OnPlayerTeleport")
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.