英文: Getting on click using getchildren() 问题 我有一个在Roblox Studio中的区域,上面有从0到9的按钮编号,我想获取该文件夹中的所有子项,并获取它们...
如何反编译这个反LuaJIT反编译器?
英文: how to decompile this anti luajit decompiler? 问题 这是Lua代码文件链接,你想知道这是什么方法,以及如何反编译它。我是新手,不懂如何反编译,希望...
我的Lua 5.1实现中OPCODE TFORLOOP有问题,不正常工作。
英文: My Lua 5.1 Implementation of the OPCODE TFORLOOP is not working correctly 问题 I am working on a L...
lua – 我的代码没有显示错误,但不起作用
英文: lua - my code displays no errors but doesn't work 问题 在代码的下半部分,我试图使得当在上一个硬币生成后的10秒内被收集时,通过 +3...
只需显示其中一条消息,但它同时显示了全部10条。
英文: I need one message to be displayed out of 10. but it displays all 10 at the same time 问题 我正在使用Lu...
在Neovim(nvchad)中的Markdown文件中的缩进。
英文: Indentation in markdown files in neovim (nvchad) 问题 为什么在Neovim中处理Markdown文件时,我没有得到8个缩进空格。是否有一些标准...
SOL / Lua + C++ 无法访问字段
英文: SOL / Lua + C++ Cannot access field 问题 Sol & C++ embedding, cannot access usertype field To ...
SOL / Lua + C++ 无法访问字段
英文: SOL / Lua + C++ Cannot access field 问题 Sol & C++ embedding, cannot access usertype field To ...
Lua – 使用离散余弦变换 (DCT) 编码 JPEG 的能力
英文: Lua - Ability to encode JPEG using DCT (discrete cosine transform) 问题 我正在寻找一个库和/或指南,可以让我使用DCT(离散...
Lua配置在元方法中引发错误?
英文: Lua config throwing error in metamethods? 问题 在尝试使用osm2pgsql将数据加载到pgsql数据库时遇到以下错误: 错误:执行Lua函数'osm...
11