Chimera Documentation
Welcome to the Chimera API documentation. This site documents the global functions and libraries Chimera exposes — what they do, the parameters they take, and how to use them.
This documentation is largely based on sUNC.
Quick links
- Join the Discord — support, updates, releases.
- Upstream sUNC standard
API reference
Browse the libraries on the left, or jump straight in:
- Closures —
newcclosure,iscclosure,loadstring, and friends. - Debug —
debug.getconstant,debug.getupvalue, etc. - Drawing — render objects and properties.
- Encoding — base64, lz4 helpers.
- Environment — global / sandbox introspection.
- Filesystem — read/write/list/delete on the executor's sandbox.
- Instances — instance introspection helpers.
- Metatable — raw metatable access.
- Miscellaneous — everything else.
- Reflection — script and runtime reflection.
- Scripts — script-level helpers.
- Signals —
firesignal,getconnections,Connection. - WebSocket — WebSocket client API.