9.LuaSleep¶ 函数声明¶ C1 void LuaSleep(const int sleep_ms); 描述: 在Lua脚本中休眠指定的毫秒时间。 参数: sleep_ms:要休眠的毫秒时间; 返回值: 无。 示例: Lua1 LuaSleep(1000)