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. | |
Attributes of the card that affect display and game logic.
| bool CardInfo::UiAttributes::cipt = false |
Positioning flag used by UI.
| bool CardInfo::UiAttributes::landscapeOrientation = false |
Orientation flag for rendering.
| int CardInfo::UiAttributes::tableRow = 0 |
Row index in a table or visual representation.
| bool CardInfo::UiAttributes::upsideDownArt = false |
Whether artwork is flipped for visual purposes.