Lua Globals
Hiển Thị Bản Đã Lỗi Thời
*Nội dung này sẽ sớm có sẵn bằng ngôn ngữ bạn chọn.
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.
Tóm Tắt
Chức Năng
Chức Năng
assert
Variant
Tham Số
value: Variant
Giá Trị Mặc Định: assertion failed!
Lợi Nhuận
Variant
getmetatable
Variant
Tham Số
t: Variant
Lợi Nhuận
Variant
Thuộc Tính
_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.