System.addContinuousHandler

Function/Meaning
Add Continuous Handler
Type
Method of the System class
Syntax
addContinuousHandler(callback)
Arguments
callback Specifies the function to be used as the handler.
Return Value
None (void)
Description
Registers a Continuous handler.
A Continuous handler is an event handler that is called "as frequently as possible."
When there are no other processes to perform, Kirikiri will continue to call the Continuous handler. If other events occur, they take priority.
However, if a calling frequency is specified with the -contfreq command line option, it will follow that setting.