GameChatAction

class GameChatAction(gameOwnerCommandAction: GameOwnerCommandAction, lookingForGameReporter: TwitterBroadcaster, flags: RuntimeFlags, clock: Clock) : V086Action<GameChatRequest> , V086GameEventHandler<GameChatEvent>

Constructors

Link copied to clipboard
constructor(gameOwnerCommandAction: GameOwnerCommandAction, lookingForGameReporter: TwitterBroadcaster, flags: RuntimeFlags, clock: Clock)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun handleEvent(gameChatEvent: GameChatEvent, clientHandler: V086ClientHandler)
Link copied to clipboard
open override fun performAction(message: GameChatRequest, clientHandler: V086ClientHandler)
Link copied to clipboard
open override fun toString(): String