Documentation ¶ Index ¶ func NewServer(engine core.Engine) core.Server type Server func (s *Server) ID() uint32 func (s *Server) Send(pkt *packet.RTDEXPacket, dstAddr *net.UDPAddr) error func (s *Server) Start() func (s *Server) Stop() Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewServer ¶ func NewServer(engine core.Engine) core.Server Types ¶ type Server ¶ type Server struct { // contains filtered or unexported fields } func (*Server) ID ¶ func (s *Server) ID() uint32 func (*Server) Send ¶ func (s *Server) Send(pkt *packet.RTDEXPacket, dstAddr *net.UDPAddr) error func (*Server) Start ¶ func (s *Server) Start() func (*Server) Stop ¶ func (s *Server) Stop() Source Files ¶ View all Source files server.go Click to show internal directories. Click to hide internal directories.