![]() |
Cockatrice 2026-09-01-Development-3.1.0-beta.10
A virtual tabletop for multiplayer card games
|
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 | |
| required uint32 Command_ViewLogHistory::date_range = 7 |
the length of time (in minutes) to look back for
| optional string Command_ViewLogHistory::game_id = 4 |
game number the message was sent to
| optional string Command_ViewLogHistory::game_name = 3 |
client id of user that created the message
| optional string Command_ViewLogHistory::ip_address = 2 |
ip address of user that created message
| repeated string Command_ViewLogHistory::log_location = 6 |
< raw message that was sent
destination of message (ex: main room, game room, private chat)
| optional uint32 Command_ViewLogHistory::maximum_results = 8 |
the maximum number of query results
| optional string Command_ViewLogHistory::user_name = 1 |
user that created message