Documentation
¶
Index ¶
- func NewBot() seabotserver.BotService
- type AIBot
- func (s *AIBot) Battle() interface{}
- func (s *AIBot) DBBot() *seabotserver.DBBot
- func (s *AIBot) Disconnect()
- func (s *AIBot) FieldInit()
- func (p *AIBot) Handler()
- func (s *AIBot) Send(d interface{})
- func (s *AIBot) SendError(err string)
- func (p *AIBot) Sender()
- func (s *AIBot) SetBattle(b interface{})
- func (s *AIBot) SetDBBot(b *seabotserver.DBBot)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBot ¶
func NewBot() seabotserver.BotService
Types ¶
type AIBot ¶
type AIBot struct {
// contains filtered or unexported fields
}
func (*AIBot) DBBot ¶
func (s *AIBot) DBBot() *seabotserver.DBBot
func (*AIBot) Disconnect ¶
func (s *AIBot) Disconnect()
func (*AIBot) SetDBBot ¶
func (s *AIBot) SetDBBot(b *seabotserver.DBBot)
Click to show internal directories.
Click to hide internal directories.