Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsKnownBinaryType ¶
func IsKnownBinaryType(b BinaryType) bool
func WriteBinary ¶
Types ¶
type BinaryType ¶
type BinaryType byte
const ( BinaryTypeNone BinaryType = iota BinaryTypeString BinaryTypeInt BinaryTypeFloat BinaryTypePtr BinaryTypeWString BinaryTypeColor BinaryTypeUint64 BinaryTypeNullMarker BinaryTypeError BinaryType = 254 BinaryTypeEOF BinaryType = 255 )
https://github.com/ValveSoftware/source-sdk-2013/blob/master/sp/src/public/tier1/kvpacker.h
type KeyValues ¶
type KeyValues struct { Key string Value *string Type BinaryType TypedValue any Values []*KeyValues }
func GetKevValuesByKey ¶
func ParseBinary ¶
Click to show internal directories.
Click to hide internal directories.