
Lua
a9529lty
这个作者很懒,什么都没留下…
展开
-
LuaEdit环境配置
为了研究一下wow的插件,学习Lua。1。http://luaforge.net/frs/download.php/1037/LuaEdit_2_5.zip 下载一个Lua编辑器并安装2。运行LuaEdit,新建一个project,注意把 View - Debug Windows - Lua OutPut 勾上,以便看程序的输出3。用一个简单的Hello World测试一下-- Hello Wo转载 2009-10-12 16:20:00 · 6456 阅读 · 1 评论 -
超强文本编辑器SciTE配置方法详细实例
关于scite文本编辑器的说明scite,也就是SCIntilla based Text Editor, 基于SCIntilla编辑组件的文本编辑器。我们见到的许多文本编辑器都是基于SCIntilla编辑组件的。yidabu.com经过比较发现,同样是基于SCIntilla的文本编辑器,scite的功能最为强大。scite可以干什么呢?程序员可以用scite来写代码,一般人可以用scite来写文章转载 2009-10-12 17:12:00 · 2028 阅读 · 0 评论 -
Lua环境配置
环境:lua for windows (lfW)主页:http://luaforwindows.luaforge.net/lua for windows其实是一整套Lua的开发环境,它包括:Lua Interpreter(Lua解释器)Lua Reference Manual(Lua参考手册) Quick Lua Tour (Lua快速入门)Examples (Lua范例)Libraries转载 2009-10-12 16:16:00 · 3444 阅读 · 0 评论 -
LuaEclipse配置
IntroductionLuaEclipse is a collection of plugins for the Eclipse platform. Its goal is to facilitate the development of programs using Lua, either as a standalone language or as an extension lan转载 2009-10-18 12:02:00 · 8457 阅读 · 0 评论 -
Lua函数
这些函数都是Lua编程语言的一部分, 点击这里了解更多. assert(value) - 检查一个值是否为非nil, 若不是则(如果在wow.exe打开调试命令)显示对话框以及输出错误调试信息 collectgarbage() - 垃圾收集器. (新增于1.10.1) date(format, time) - 返回当前用户机器上的时间. error(转载 2009-10-19 20:10:00 · 4052 阅读 · 0 评论