System.addContinuousHandler

Function/Meaning

Add Continuous Handler

Type
Systemclassmethod of
Syntax
addContinuousHandler(callback)
Arguments
callback

Specify the function to be the handler.

Return value
None (void)
Explanation

Register a Continuous Handler.
Continuous handlers are event handlers that are called "as often as possible".
If there is nothing else to do, Kirikiri keeps calling her Continuous Handler.
If another event occurs, that will be given priority.
However, if the command line option -contfreq specifies the frequency of calls, it follows.