文件名称:moonstorm:StormLib 的 Lua 绑定
文件大小:17KB
文件格式:ZIP
更新时间:2024-07-03 23:21:13
C
月风暴 概述 用于读取和写入 MPQ 文件的库绑定。 目前正在开发中,绝不是稳定的。 你被警告了! 64 位整数支持和按位运算符需要 Lua 5.3。 例子 -- load moonstorm module local moonstorm = require ( ' moonstorm ' ) -- open a Warcraft III map and print its script to stdout local map = moonstorm. open ( ' mymap.w3x ' ) local f = map: openfile ( ' war3map.j ' ) print (f: read ()) -- cleanup f: close () map: close () 文档 即将推出! 执照
【文件预览】:
moonstorm-master
----LICENSE(10KB)
----src()
--------file_handle.c(5KB)
--------common.c(3KB)
--------common.h(1KB)
--------mpq_handle.c(10KB)
--------msio.h(1KB)
--------moonstorm.c(2KB)
--------file_handle.h(983B)
--------mpq_handle.h(987B)
--------msio.c(1KB)
----examples()
--------extract.lua(1KB)
----Makefile(1KB)
----README.md(712B)