Sea
Sea是一个函数集合,用于构造快速简洁的World of Warcraft 插件. 它非常像Java库风格.
官方站点: www.cosmosui.org
- 软件类型: 遵从GNU General Public License (GPL)及 Mozilla Public License 1.1 (MPL 1.1) 协议
- 版本: 1.31
- 语言:英语
Example
Sea.IO.print("Hello World!");
Sea 库结构
data - 帮助在游戏里操作数据表
IO - 输入/输出函数 (几乎是输出)
lang - 本地化和语言格式化函数
math - 数学函数(它不是lua的Math库)
string - 字符串处理和格式化函数
table - 表格控制函数
util - 通用函数, 例如钩子函数(hooking functions)
wow - World of Warcraft 游戏的原始函数。


