Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找一种在作弊引擎中制作数组列表的方法有人知道如何制作吗?我试图使脚本没有成功。
使用 Lua 的表类型创建数组/列表
local myPetList = {"dog", "cat", "bird"}