SetOnAuxTimerStopHandler
From GECK
(Redirected from SetOnTimerStopHandler)
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 stopped.
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 owner 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.SetOnAuxTimerStopHandler setORremove:1/0 handlerScript:ref timerName:string ownerForm:ref
Or:
ownerRefr.SetOnTimerStopHandler setORremove:1/0 handlerScript:ref timerName:string ownerForm:ref