# Packages
Package fake provides basic mocks for Entity and Property.
# Functions
NewSendTableParser returns a new SendTableParser.
# Constants
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
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.