Documentation
Reference for Kawaii-specific globals, libraries, and object methods. Search by function name or alias, or browse a category. Each function page brings its arguments, return values, and relevant record fields together.
Function icons
The icon after a function name describes what happens to the calling coroutine. Luau calls do not automatically return promises.
- Synchronous Synchronous: returns without yielding, though native work can still block.
- Asynchronous Asynchronous: may yield until the operation completes.
- Asynchronous Conditional: may yield through a callback or delegated host call.
- Asynchronous Background: returns without waiting for later work or callbacks.