System.addContinuousHandler

機能/意味
Adding a continuous handler
タイプ
Systemクラスのメソッド
構文
addContinuousHandler(callback)
引数
callback  Specify the function to be the handler.
戻り値
なし (void)
説明
 Register a Continuous handler.
 Continuous handlers are event handlers that are called "as often as possible".
 If there is nothing else to do, Kirikiri continues to call the Continuous handler. If another event occurs, that priority has priority.
 However, if the call frequency is specified by the command line option -contfreq, it will be followed.