SetOnAuxTimerStartHandler

From GECK
Jump to: navigation, search


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.

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

[help]
ownerRefr.SetOnAuxTimerStartHandler setORremove:1/0 handlerScript:ref timerName:string ownerForm:ref 

Or:

ownerRefr.SetOnTimerStartHandler setORremove:1/0 handlerScript:ref timerName:string ownerForm:ref 

See Also