Background for Skyrim SE
Member of the ActiveMagicEffect script
eventOnPlayerFastTravelEnd(floatafTravelGameTimeHours)

Description

Documentation Comment

Received when the player finishes fast travel, gives the duration of game time the travel took


Parameters

  1. floatafTravelGameTimeHours


Examples

Auto-Generated Example

Scriptname MyCoolScript extends ActiveMagicEffect

event OnPlayerFastTravelEnd(float afTravelGameTimeHours)
    Debug.trace("Event received - OnPlayerFastTravelEnd: afTravelGameTimeHours = " + afTravelGameTimeHours)
endEvent
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.