SetOnAuxTimerStopHandler

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 stopped.

Handlers will be removed when the game is loaded or sent to the Main Menu.

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

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

Or:

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

See Also