Documentation ¶
Index ¶
- func EntityIDToDispatcherID(entityid common.EntityID) uint16
- func Initialize(_gid uint16, dctype dispatcherclient.DispatcherClientType, ...)
- func Select(dispidx int) *dispatcherclient.DispatcherClient
- func SelectByDispatcherID(dispid uint16) *dispatcherclient.DispatcherClient
- func SelectByEntityID(entityid common.EntityID) *dispatcherclient.DispatcherClient
- func SelectByGateID(gateid uint16) *dispatcherclient.DispatcherClient
- func SendCallFilterClientProxies(op proto.FilterClientsOpType, key, val string, method string, ...) (anyerror error)
- func SendCallNilSpaces(exceptGameID uint16, method string, args []interface{}) (anyerror error)
- func SendClearClientFilterProp(gateid uint16, clientid common.ClientID) (err error)
- func SendCreateEntityAnywhere(entityid common.EntityID, typeName string, data map[string]interface{}) error
- func SendDeclareService(id common.EntityID, serviceName string) error
- func SendLoadEntityAnywhere(typeName string, entityID common.EntityID) error
- func SendMigrateRequest(entityID common.EntityID, spaceID common.EntityID, spaceGameID uint16) error
- func SendNotifyCreateEntity(id common.EntityID) error
- func SendNotifyDestroyEntity(id common.EntityID) error
- func SendRealMigrate(eid common.EntityID, targetGame uint16, targetSpace common.EntityID, ...) error
- func SendSetClientFilterProp(gateid uint16, clientid common.ClientID, key, val string) (err error)
- func SendStartFreezeGame(gameid uint16) (anyerror error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EntityIDToDispatcherID ¶
func Initialize ¶
func Initialize(_gid uint16, dctype dispatcherclient.DispatcherClientType, isRestoreGame, isBanBootEntity bool, delegate dispatcherclient.IDispatcherClientDelegate)
func Select ¶
func Select(dispidx int) *dispatcherclient.DispatcherClient
func SelectByDispatcherID ¶
func SelectByDispatcherID(dispid uint16) *dispatcherclient.DispatcherClient
func SelectByEntityID ¶
func SelectByEntityID(entityid common.EntityID) *dispatcherclient.DispatcherClient
func SelectByGateID ¶
func SelectByGateID(gateid uint16) *dispatcherclient.DispatcherClient
func SendCallFilterClientProxies ¶
func SendCallFilterClientProxies(op proto.FilterClientsOpType, key, val string, method string, args []interface{}) (anyerror error)
func SendCallNilSpaces ¶ added in v0.1.3
func SendLoadEntityAnywhere ¶
func SendMigrateRequest ¶
func SendNotifyCreateEntity ¶
func SendNotifyDestroyEntity ¶
func SendRealMigrate ¶
func SendSetClientFilterProp ¶
func SendStartFreezeGame ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.