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

Classes

struct  ModeratorCommand

Public Attributes

optional string user_name = 1
 user that created message
optional string ip_address = 2
 ip address of user that created message
optional string game_name = 3
 client id of user that created the message
optional string game_id = 4
 game number the message was sent to
repeated string log_location = 6
 < raw message that was sent
required uint32 date_range = 7
 the length of time (in minutes) to look back for
optional uint32 maximum_results = 8
 the maximum number of query results

Member Data Documentation

◆ date_range

required uint32 Command_ViewLogHistory::date_range = 7

the length of time (in minutes) to look back for

◆ game_id

optional string Command_ViewLogHistory::game_id = 4

game number the message was sent to

◆ game_name

optional string Command_ViewLogHistory::game_name = 3

client id of user that created the message

◆ ip_address

optional string Command_ViewLogHistory::ip_address = 2

ip address of user that created message

◆ log_location

repeated string Command_ViewLogHistory::log_location = 6

< raw message that was sent

destination of message (ex: main room, game room, private chat)

◆ maximum_results

optional uint32 Command_ViewLogHistory::maximum_results = 8

the maximum number of query results

◆ user_name

optional string Command_ViewLogHistory::user_name = 1

user that created message


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