package
Version:
v0.0.0-...-b729ba2
Opens a new window with list of versions in this module.
Published: Nov 30, 2016
License: GPL-3.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var (
NumberOfClassesMap = map[Format]int{
Highlander: 9,
Sixes: 6,
Fours: 4,
Ultiduo: 2,
Bball: 2,
Debug: 1,
}
FriendlyNamesMap = map[Format]string{
Highlander: "Highlander",
Sixes: "6s",
Fours: "4v4",
Ultiduo: "Ultiduo",
Bball: "Bball",
Debug: "Debug",
}
)
GetSlot returns the slot number for given team, class strings and the
lobby format
GetSlotTeamClass returns the team and class strings for a given slot number
const (
Sixes Format = iota
Highlander
Fours
Ultiduo
Bball
Debug
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.