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

Description

Documentation Comment

Event received when the quest timer has be modded


Parameters

  1. intaiReason


Examples

Auto-Generated Example

Scriptname MyCoolScript extends Quest

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