package
0.0.0-20241228112321-7551c244121d
Repository: https://github.com/opennox/libs.git
Documentation: pkg.go.dev

# Functions

Decode XFER data with a specific Type name.
DecodeByObjectType is similar to Decode, but accepts object type name, instead of XFER Type.
DecodeByObjectTypeID is similar to Decode, but accepts object type ID, instead of XFER Type.
Register a new XFER data type.

# Constants

No description provided by the author

# Variables

DefaultRegistry contains a list of all default Nox objects associated with their XFER decoder.

# Structs

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
StaticRegistry stores static XFER decoder mappings for Nox objects.
No description provided by the author

# Interfaces

ObjectRegistry is an interface for looking up XFER Type based on object type name or ID.
Xfer is type that can be encoded or decoded to/from Nox XFER data.

# Type aliases

Type is a decoding type for XFER data.