Background for Skyrim SE
Member of the DbFormTimer script
voidfunctionStartMenuModeTimer(FormeventReceiver, floatseconds, intaiTimerID=0)NativeGlobal

Description

Documentation Comment

MenuMode, No restrictions on time. Time while the game is paused or a menu is open does count - like Utility.WaitMenuMode.
Does NOT require the bMenuOpenCloseEventSinkEnabled setting in Data/SKSE/Plugins/DbSkseFunctions.ini to be enabled.


Caveats


Parameters

FormeventReceiver

floatseconds

intaiTimerID=0


Examples

Auto-Generated Example

Form myForm__eventReceiver
float myFloat__seconds
int myInt__aiTimerID

DbFormTimer.StartMenuModeTimer(myForm__eventReceiver, myFloat__seconds, myInt__aiTimerID)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.