manta:Go中Dotabuff的Dota 2 Source 2 Replay Parser

时间:2024-05-18 18:42:58
【文件属性】:

文件名称:manta:Go中Dotabuff的Dota 2 Source 2 Replay Parser

文件大小:1.62MB

文件格式:ZIP

更新时间:2024-05-18 18:42:58

Go

曼塔 Manta是用编写的功能齐全的Dota 2重播解析器,目标是Source 2(Dota 2 Reborn)游戏引擎。 入门 Manta是一个低级重播解析器,这意味着它将为您提供对重播中原始数据的访问,但不提供有关如何为您的用例构造这些数据的任何意见。 您将需要创建回调函数,检查原始数据并决定如何使用它。 用法 获取代码: go get github.com/dotabuff/manta 使用它来解析重播: import ( "log" "os" "github.com/dotabuff/manta" "github.com/dotabuff/manta/dota" ) func main () { // Create a new parser instance from a file. Alternatively see NewParser([]byte)


网友评论