Documentation
¶
Index ¶
Constants ¶
View Source
const ( BANNED_USER = iota COMMON_USER GA_USER GAL_USER GM_USER HGM_USER )
Variables ¶
View Source
var ( MapRegister = make([]map[int16]map[uint16]interface{}, database.SERVER_COUNT+1) PlayerRegister = make(map[uint16]interface{}, database.SERVER_COUNT+1) Init = make(chan bool, 1) )
View Source
var (
MutedPlayers = cmap.New()
)
Functions ¶
func GenerateID ¶
func GenerateIDForAI ¶
func GenerateIDForNPC ¶
func GenerateIDForNPC(NPCPos *database.NpcPosition)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.