EventGameMessage
Interface EventGameMessage
Namespace: SwiftlyS2.Shared.GameEventDefinitions
Assembly: SwiftlyS2.CS2.dll
Event "game_message" a message send by game logic to everyone
public interface EventGameMessage : IGameEvent<EventGameMessage>Implements
Properties
Target
0 = console, 1 = HUD
type: byte
byte Target { get; set; }Property Value
Text
the message text
type: string
string Text { get; set; }Property Value