Documentation
¶
Index ¶
- type WORLD_ID_SLICE
- type WORLD_MAP
- type World
- type WorldMgr
- func (p *WorldMgr) Add(remote *tcp.Remote) (world *World)
- func (p *WorldMgr) AddById(id uint32, world *World)
- func (p *WorldMgr) Del(remote *tcp.Remote)
- func (p *WorldMgr) DelById(id uint32)
- func (p *WorldMgr) Find(remote *tcp.Remote) (world *World)
- func (p *WorldMgr) GetWorldService(platform uint32, account string) (world *World)
- func (p *WorldMgr) Init()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WORLD_ID_SLICE ¶
type WORLD_ID_SLICE []*World
func (WORLD_ID_SLICE) Len ¶
func (s WORLD_ID_SLICE) Len() int
func (WORLD_ID_SLICE) Less ¶
func (s WORLD_ID_SLICE) Less(i, j int) bool
func (WORLD_ID_SLICE) Swap ¶
func (s WORLD_ID_SLICE) Swap(i, j int)
type WorldMgr ¶
type WorldMgr struct {
// contains filtered or unexported fields
}
func (*WorldMgr) GetWorldService ¶
Click to show internal directories.
Click to hide internal directories.