Documentation ¶
Overview ¶
Package commands provides GCI command entrypoints other than voice commands.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChatListener ¶
type ChatListener struct {
// contains filtered or unexported fields
}
ChatListener listens for commands from the in-game chat.
func NewChatListener ¶
func NewChatListener( coalition secoalition.Coalition, callsign string, missionClient mission.MissionServiceClient, coalitionClient grpccoalition.CoalitionServiceClient, netClient net.NetServiceClient, ) *ChatListener
NewChatListener creates a new ChatListener.
Click to show internal directories.
Click to hide internal directories.