📄️ Array
Array is an ordered list of values, of which the index is starting from zero.
📄️ coroutine
The coroutine library provides a set of functions for working with co-routines, including coroutine.create, coroutine.resume, coroutine.yield, and coroutine.status, among others. These functions allow you to create and manipulate co-routines in Lua.
📄️ CustomEvent
DEPRECATED
📄️ EventHelper
EventHelper is a global object that registers event handlers in events.
📄️ Lua Global
The following is a list of functions and variables that are native to Lua 5.1.
📄️ math
math provides some mathematics functions.
📄️ os
The os library in Yahaha provides functions for interacting with the operating system, such as getting the current time under UTC format.
📄️ string
The String library provides a set of functions for working with strings in Lua. These functions can be used to manipulate and transform strings, search for patterns in strings, and format strings for output.
📄️ table
A table is a data structure that is used to store values.
📄️ script
script provides access to the component and entity.