Cockatrice 2025-11-30-Development-2.11.0-beta.38
A cross-platform virtual tabletop for multiplayer card games
Loading...
Searching...
No Matches
CardInfo::UiAttributes Class Reference

Attributes of the card that affect display and game logic. More...

#include <card_info.h>

Public Attributes

bool cipt = false
 Positioning flag used by UI.
bool landscapeOrientation = false
 Orientation flag for rendering.
int tableRow = 0
 Row index in a table or visual representation.
bool upsideDownArt = false
 Whether artwork is flipped for visual purposes.

Detailed Description

Attributes of the card that affect display and game logic.

Member Data Documentation

◆ cipt

bool CardInfo::UiAttributes::cipt = false

Positioning flag used by UI.

◆ landscapeOrientation

bool CardInfo::UiAttributes::landscapeOrientation = false

Orientation flag for rendering.

◆ tableRow

int CardInfo::UiAttributes::tableRow = 0

Row index in a table or visual representation.

◆ upsideDownArt

bool CardInfo::UiAttributes::upsideDownArt = false

Whether artwork is flipped for visual purposes.


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