![]() |
Cockatrice 2026-09-01-Development-3.1.0-beta.10
A virtual tabletop for multiplayer card games
|
#include <game_link.h>
Public Attributes | |
| int | gameId = 0 |
| QString | label |
| QString | url |
| QString | description |
| bool | onlyBuddies = false |
| QString | creatorName |
One game the inviter is currently in and can invite another user to. label is meant for display in menus, url is the ready-made invite link. description is the raw game description for building tr()-wrapped invite messages (the label already embeds it, but the send sites need the raw value). onlyBuddies and creatorName mirror the server game's room settings so callers can gate the invite to the creator's buddies.
| QString GameInviteOption::creatorName |
| QString GameInviteOption::description |
| int GameInviteOption::gameId = 0 |
| QString GameInviteOption::label |
| bool GameInviteOption::onlyBuddies = false |
| QString GameInviteOption::url |