event

package
v0.0.0-...-937b28e Latest Latest
Warning

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

Go to latest
Published: Dec 28, 2022 License: GPL-3.0 Imports: 12 Imported by: 1

Documentation

Index

Constants

View Source
const (
	PlayerDisconnected string = "playerDisc"
	PlayerSubstituted  string = "playerSub"
	PlayerConnected    string = "playerConn"
	PlayerChat         string = "playerChat"
	PlayerMumbleJoined string = "playerMumbleJoined"
	PlayerMumbleLeft   string = "playerMumbleLeft"
	PlayersList        string = "playersList"

	DisconnectedFromServer string = "discFromServer"
	MatchEnded             string = "matchEnded"
	Test                   string = "test"

	ReservationOver string = "reservationOver"
)

Event names

Variables

This section is empty.

Functions

func StartListening

func StartListening()

func StopListening

func StopListening()

Types

type Event

type Event struct {
	Name     string
	SteamID  string
	PlayerID uint32 // used by fumble

	LobbyID uint
	LogsID  int //logs.tf ID
	Players []TF2RconWrapper.Player

	Self bool // true if
}

Mirrored across github.com/Pauling/server

Jump to

Keyboard shortcuts

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