client

package
v1.0.303 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 6, 2026 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ButtonAttack = 1
	ButtonUse    = 2
	ButtonAny    = 128
	ButtonMask   = ButtonAttack | ButtonUse | ButtonAny
	MoveAngle1   = 1 << 0
	MoveAngle2   = 1 << 1
	MoveAngle3   = 1 << 2
	MoveForward  = 1 << 3
	MoveSide     = 1 << 4
	MoveUp       = 1 << 5
	MoveButtons  = 1 << 6
	MoveImpulse  = 1 << 7
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Angles

type Angles struct {
	X int16
	Y int16
	Z int16
}

type ClientMove

type ClientMove struct {
	Msec       byte
	Buttons    byte
	Angles     Angles
	Forward    int16
	Sideways   int16
	Up         int16
	Impulse    byte // needed?
	Lightlevel byte
}

type Velocity

type Velocity struct {
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL