Cockatrice 2026-09-01-Development-3.1.0-beta.10
A virtual tabletop for multiplayer card games
Loading...
Searching...
No Matches
Event_GameLogNotice Struct Reference

Classes

struct  GameEvent

Public Types

enum  NoticeType { UNDO_DRAW_FAILED = 1 }

Public Attributes

optional NoticeType notice_type = 1

Detailed Description

Notifies clients of an event that happened, and which could safely be dropped without affect the game state. This mostly just means events that should cause a message to be logged to chat.

Member Enumeration Documentation

◆ NoticeType

The type of the notice. Clients who do not recognize the type should drop the event.

Enumerator
UNDO_DRAW_FAILED 

Player's "undo draw" command failed due to losing track of recent draw

Member Data Documentation

◆ notice_type

optional NoticeType Event_GameLogNotice::notice_type = 1

The documentation for this struct was generated from the following file: