Documentation
¶
Index ¶
- type PacketAbilities
- type RLBotConnection
- func (conn RLBotConnection) Initialize(default_agent_id string, wants_ball_predictions bool, wants_comms bool) (*flat.MatchConfigurationT, *flat.FieldInfoT, *flat.ControllableTeamInfoT, ...)
- func (conn RLBotConnection) RecvPacket() (PacketAbilities, error)
- func (conn RLBotConnection) SendPacket(packet_obj PacketAbilities) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PacketAbilities ¶
type PacketAbilities interface {
Pack(builder *flatbuffers.Builder) flatbuffers.UOffsetT
}
type RLBotConnection ¶
type RLBotConnection struct {
// contains filtered or unexported fields
}
func Connect ¶
func Connect(addr string) (RLBotConnection, error)
func (RLBotConnection) Initialize ¶
func (conn RLBotConnection) Initialize(default_agent_id string, wants_ball_predictions bool, wants_comms bool) (*flat.MatchConfigurationT, *flat.FieldInfoT, *flat.ControllableTeamInfoT, error)
func (RLBotConnection) RecvPacket ¶
func (conn RLBotConnection) RecvPacket() (PacketAbilities, error)
func (RLBotConnection) SendPacket ¶
func (conn RLBotConnection) SendPacket(packet_obj PacketAbilities) error
Click to show internal directories.
Click to hide internal directories.