#
Lua Environment Reference
Welcome to the reference documentation for this specific Lua environment.
This documentation details the available global functions, standard libraries (like math
, string
, table
), environment-specific additions (like Drawing
, Vector3
), and importantly, lists functions that are blocked and cannot be used.
Navigate through the sections using the sidebar to explore the available functionalities.
- 🌐 Global Functions: Core functions available everywhere.
- 🧮 Math Library: Mathematical operations.
- 📜 String Library: String manipulation.
- 📚 Table Library: Table manipulation.
- ♻️ Coroutine Library: Coroutine handling.
- 🖥️ OS Library: Operating system interactions (limited).
- 📦 Package Library: Module loading.
- ✨ Environment Specific: Functions/Objects unique to Matcha LuaVM.
- 🚫 Blocked Functions: Restricted functions.