Skip to content

Commit 6942c86

Browse files
authored
doc: reference ParserConfig.NetMessageDecryptionKey in godoc for MatchInfoDecryptionKey
1 parent 160d4fa commit 6942c86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/demoinfocs/matchinfo.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import (
1212

1313
// MatchInfoDecryptionKey extracts the net-message decryption key stored in `match730_*.dem.info`.
1414
// Pass the whole contents of `match730_*.dem.info` to this function to get the key.
15+
// See also: ParserConfig.NetMessageDecryptionKey
1516
func MatchInfoDecryptionKey(b []byte) ([]byte, error) {
1617
m := new(msg.CDataGCCStrike15V2_MatchInfo)
1718

0 commit comments

Comments
 (0)