server

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Jul 21, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChatMode

type ChatMode int
const (
	Full ChatMode = iota
	Cmds
	None
)

type PlayerInfo

type PlayerInfo interface {
	network.BufferPush
}

type PlayerInfoAction

type PlayerInfoAction int32
const (
	AddPlayer PlayerInfoAction = iota
	UpdateGameMode
	UpdateLatency
	UpdateDisplayName
	RemovePlayer
)

type PlayerInfoAddPlayer

type PlayerInfoAddPlayer struct {
	Player ents.Player
}

func (*PlayerInfoAddPlayer) Push

func (p *PlayerInfoAddPlayer) Push(writer network.Buffer)

type PlayerInfoUpdateLatency

type PlayerInfoUpdateLatency struct {
}

type StatusAction

type StatusAction int
const (
	Respawn StatusAction = iota
	Request
)

Jump to

Keyboard shortcuts

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