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

Classes

struct  SessionEvent

Public Types

enum  NotificationType {
  UNKNOWN = 0 , PROMOTED = 1 , WARNING = 2 , IDLEWARNING = 3 ,
  CUSTOM = 4 , REPORT_RESOLVED = 5 , REPORT_COMMENT = 6
}

Public Attributes

optional NotificationType type = 1
optional string warning_reason = 2
optional string custom_title = 3
optional string custom_content = 4

Member Enumeration Documentation

◆ NotificationType

Enumerator
UNKNOWN 

Default enum value if no "type" is defined when used.

PROMOTED 
WARNING 
IDLEWARNING 
CUSTOM 
REPORT_RESOLVED 
REPORT_COMMENT 

Member Data Documentation

◆ custom_content

optional string Event_NotifyUser::custom_content = 4

◆ custom_title

optional string Event_NotifyUser::custom_title = 3

◆ type

optional NotificationType Event_NotifyUser::type = 1

◆ warning_reason

optional string Event_NotifyUser::warning_reason = 2

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