SetOnAuxTimerStartHandler
From GECK
A function added by the ShowOff NVSE Plugin version 1.55.
Description
Sets/removes the specified UDF Script as a handler that will be invoked when a specified Auxiliary Timer owned by a specified form is (re)started.
Handlers will be removed when the game is loaded or sent to the Main Menu.
- Consider using GetGameLoaded to (re)set the event handler.
If no form is specified, will assume PlayerRef.
When invoked, the script is passed with two arguments: the AuxTimer string name, and the owner form.
Syntax
ownerRefr.SetOnAuxTimerStartHandler setORremove:1/0 handlerScript:ref timerName:string ownerForm:ref
Or:
ownerRefr.SetOnTimerStartHandler setORremove:1/0 handlerScript:ref timerName:string ownerForm:ref