package
1.6.0
Repository: https://github.com/ancientice/gowarcraft3.git
Documentation: pkg.go.dev

# Packages

Package bncs implements the old Battle.net chat protocol for Warcraft III.
Package capi implements the datastructures for the official classic Battle.net chat API.
Package w3gs implements the game protocol for Warcraft III.

# Functions

Addr converts net.Addr to SockAddr.
BS16 is a BitSet16 contructor.
BS32 is a BitSet32 contructor.
BS8 is a BitSet8 contructor.
DString converts str to DWordString panic if input invalid.

# Variables

# Structs

Buffer wraps a []byte slice and adds helper functions for binary (de)serialization.
SockAddr stores a single socket connection tuple (port+ip) similar to Windows SOCKADDR_IN.

# Type aliases

BitSet16 is a set of 16 bits.
BitSet32 is a set of 32 bits.
BitSet8 is a set of 8 bits.
DWordString is a string of size dword (4 bytes / characters).