Background for Skyrim SE
Member of the DbAliasTimer script
voidfunctionStartTimer(AliaseventReceiver, floatseconds, intaiTimerID=0)NativeGlobal

Description

Documentation Comment

Time while the game is paused is discounted - like Utility.Wait
Requires the bMenuOpenCloseEventSinkEnabled setting in Data/SKSE/Plugins/DbSkseFunctions.ini to be enabled.
Uses frame update function to detect elapsed time. Interval determined by the iFrameUpdateInterval setting in Data/SKSE/Plugins/DbSkseFunctions.ini


Caveats


Parameters

AliaseventReceiver

floatseconds

intaiTimerID=0


Examples

Auto-Generated Example

Alias myAlias__eventReceiver
float myFloat__seconds
int myInt__aiTimerID

DbAliasTimer.StartTimer(myAlias__eventReceiver, myFloat__seconds, myInt__aiTimerID)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.