Class: StartupBeforeEventSignal
eventBeta
管理连接到启动前事件的回调。
Manages callbacks that are connected to before a startup event.
Methods
subscribe()
subscribe(
callback): (arg0) =>void
World Mutation Early Execution Beta
Parameters
callback
(arg0) => void
Tip
此闭包以早期执行权限被调用。
This closure is called with early-execution privilege.
Returns
Tip
以早期执行权限调用的闭包。
Closure that is called with early-execution privilege.
(arg0) => void
Remarks
unsubscribe()
unsubscribe(
callback):void
World Mutation Early Execution Beta
Parameters
callback
(arg0) => void
Tip
此闭包以早期执行权限被调用。
This closure is called with early-execution privilege.
Returns
void
