Background for Starfield
Member of the Quest script
voidfunctionStartQuestTimer(floatafTimeInHours=-1)Native

Description

Documentation Comment

Starts this quests timer with the given time or the time saved on the quest itself if none was given.
Will reset the timer with the new time if the timer was running.


Caveats


Parameters

floatafTimeInHours=-1


Examples

Auto-Generated Example

float myFloat__afTimeInHours

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