Skip to content

Commit 7c9e8ae

Browse files
authored
Update feature list in README
1 parent 06a397c commit 7c9e8ae

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,12 @@ This doesn't look too interesting on it's own but that can be helped by quickly
8686

8787
## Features
8888

89-
* Game events
89+
* Game events (kills, shots, round starts/ends, footsteps etc.) - [docs](https://godoc.org/github.com/markus-wa/demoinfocs-golang/events) / [example](https://github.com/markus-wa/demoinfocs-golang/tree/master/examples/print-events)
90+
* Tracking of game-state (players, teams, grenades etc.) - [docs](https://godoc.org/github.com/markus-wa/demoinfocs-golang#GameState)
9091
* Access to entities, server-classes & data-tables
91-
* Access to all net-messages
92-
* Chat & console messages <sup id="achat1">1</sup>
93-
* [Easy debugging](#debugging) via build-flags
92+
* Access to all net-messages - [docs](https://godoc.org/github.com/markus-wa/demoinfocs-golang#NetMessageCreator) / [example](https://github.com/markus-wa/demoinfocs-golang/tree/master/examples/net-messages)
93+
* Chat & console messages <sup id="achat1">1</sup> - [docs](https://godoc.org/github.com/markus-wa/demoinfocs-golang/events#ChatMessageEvent) / [example](https://github.com/markus-wa/demoinfocs-golang/tree/master/examples/print-events)
94+
* [Easy debugging via build-flags](#debugging)
9495
* Built with performance & concurrency in mind
9596

9697
1. <small id="f1">Only for some demos; in MM demos the chat is encrypted for example.</small>

0 commit comments

Comments
 (0)