package
3.4.0-alpha.3
Repository: https://github.com/markus-wa/demoinfocs-golang.git
Documentation: pkg.go.dev

# Packages

Package fake provides basic mocks for Entity and Property.

# Functions

NewSendTableParser returns a new SendTableParser.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Possible types of property values.
Int that is treated as bool (1 -> true, != 1 -> false).
Possible types of property values.
Like ValTypeFloat32 but with additional cast to float64.
Possible types of property values.
Possible types of property values.
Possible types of property values.

# Structs

No description provided by the author
PropertyValue stores parsed & decoded send-table values.
SendTableParser provides functions for parsing send-tables.

# Interfaces

Entity is an auto-generated interface for entity, intended to be used when mockability is needed.
Property is an auto-generated interface for property, intended to be used when mockability is needed.
ServerClass is an auto-generated interface for property, intended to be used when mockability is needed.
ServerClasses is a searchable list of ServerClasses.

# Type aliases

EntityCreatedHandler is the interface for handlers that are interested in EntityCreatedEvents.
EntityHandler is a function that receives Entity updates.
EntityOp is a bitmask representing the type of operation performed on an Entity.
PropertyType identifies the data type of a property.
PropertyUpdateHandler is the interface for handlers that are interested in property changes.
PropertyValueType specifies the type of a PropertyValue.