Documentation ¶
Overview ¶
Created by xuzhuoxi on 2019-03-18. @author xuzhuoxi
Index ¶
Constants ¶
View Source
const ( NameVar = "m.v" NameChat = "m.c" )
View Source
const ( IdVarWorld = "vw" IdVarZone = "vz" IdVarRoom = "vr" IdVarUser = "vu" IdVarTeamCrops = "vtc" IdVarTeam = "vt" IdVarChannel = "vc" )
View Source
const ( IdChatWorld = "cw" IdChatZone = "cz" IdChatRoom = "cr" IdChatUser = "cu" IdChatTeamCrops = "ctc" IdChatTeam = "ct" IdChatChannel = "cc" )
View Source
const IdNone = ""
Variables ¶
View Source
var DataBlockHandler = bytex.NewDefaultDataBlockHandler()
Functions ¶
func GetVarId ¶
func GetVarId(entityType basis.EntityType) string
func RegisterIdVar ¶
func RegisterIdVar(entityType basis.EntityType, id string)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.