Documentation
¶
Index ¶
- func InnerDelRoomInfo(c cmd_handler.IContext, data []byte, roomMgr *texas_room.TexasRoomCenterMgr) g1_protocol.ErrorCode
- func InnerGetRoomList(c cmd_handler.IContext, data []byte, roomMgr *texas_room.TexasRoomCenterMgr) g1_protocol.ErrorCode
- func InnerQuickStart(c cmd_handler.IContext, data []byte, roomMgr *texas_room.TexasRoomCenterMgr) g1_protocol.ErrorCode
- func InnerTick(c cmd_handler.IContext, data []byte, roomMgr *texas_room.TexasRoomCenterMgr) g1_protocol.ErrorCode
- func InnerUpdateRoomInfo(c cmd_handler.IContext, data []byte, roomMgr *texas_room.TexasRoomCenterMgr) g1_protocol.ErrorCode
- func NewZoneAdapter(rCmd AdapterZoneMgrFunc) cmd_handler.CmdHandlerFunc
- func RegCmd()
- type AdapterZoneMgrFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InnerDelRoomInfo ¶
func InnerDelRoomInfo(c cmd_handler.IContext, data []byte, roomMgr *texas_room.TexasRoomCenterMgr) g1_protocol.ErrorCode
CMD_ROOM_CENTER_INNER_DEL_ROOM_INFO_REQ
func InnerGetRoomList ¶
func InnerGetRoomList(c cmd_handler.IContext, data []byte, roomMgr *texas_room.TexasRoomCenterMgr) g1_protocol.ErrorCode
CMD_ROOM_CENTER_INNER_ROOM_LIST_REQ
func InnerQuickStart ¶
func InnerQuickStart(c cmd_handler.IContext, data []byte, roomMgr *texas_room.TexasRoomCenterMgr) g1_protocol.ErrorCode
CMD_ROOM_CENTER_INNER_QUICK_START_REQ
func InnerTick ¶
func InnerTick(c cmd_handler.IContext, data []byte, roomMgr *texas_room.TexasRoomCenterMgr) g1_protocol.ErrorCode
CMD_ROOM_CENTER_INNER_TICK_REQ
func InnerUpdateRoomInfo ¶
func InnerUpdateRoomInfo(c cmd_handler.IContext, data []byte, roomMgr *texas_room.TexasRoomCenterMgr) g1_protocol.ErrorCode
CMD_ROOM_CENTER_INNER_UPDATE_ROOM_INFO_REQ
func NewZoneAdapter ¶
func NewZoneAdapter(rCmd AdapterZoneMgrFunc) cmd_handler.CmdHandlerFunc
Types ¶
type AdapterZoneMgrFunc ¶
type AdapterZoneMgrFunc func(c cmd_handler.IContext, data []byte, roomMgr *texas_room.TexasRoomCenterMgr) g1_protocol.ErrorCode
Click to show internal directories.
Click to hide internal directories.