KEventController:
A controller for all events in KAPLAY.// Create a new event const logHi = onUpdate(() => { debug.log("hi"); }); // Pause the event logHi.paused = true; // Cancel the event logHi.cancel();
// Create a new event const logHi = onUpdate(() => { debug.log("hi"); }); // Pause the event logHi.paused = true; // Cancel the event logHi.cancel();
Assets
Components
Component Types
Input
Events
Info
Math
Misc
Draw
Level
Plugins
Button Bindings