Lua Globals
顯示已棄用項目
*此內容很快就會推出您所選的語言版本。
The following is a list of functions and variables that are native to Lua. These functions can be used in a standard installation of Lua 5.1.4, though there are some differences in how some of these work on Roblox.
概要
函式
函式
getmetatable
Variant
參數
t: Variant
返回
Variant
屬性
_G
A table that is shared between all scripts of the same context level.
_VERSION
A global variable (not a function) that holds a string containing the current interpreter version.