Go Get
go get -u github.com/markus-wa/demoinfocs-golang/v5/pkg/demoinfocs@v5.1.0
New Features
- Added an event
PlayerButtonsStateUpdatetriggered when a player pressed a button (jump, attack...) and a functionplayer#IsPressingButtonto check if a player is pressing a specific button. See the example for usage - thanks @akiver
Fixes
- Fixed potential panic in
player.EquipmentValueCurrent()- thanks @akiver