Background for Starfield
Member of the Quest script
eventOnQuestTimerPause(intaiReason)

Description

Documentation Comment

Event received when the quest timer has been paused


Parameters

  1. intaiReason


Examples

Auto-Generated Example

Scriptname MyCoolScript extends Quest

event OnQuestTimerPause(int aiReason)
    Debug.trace("Event received - OnQuestTimerPause: aiReason = " + aiReason)
endEvent
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.