Survival Royale 1.0.0
A very simple yet funny card game.
Loading...
Searching...
No Matches
PageData Struct Reference

Struct to represent the layout and data of a page containing player information. More...

#include <tui.h>

Data Fields

int playerRows
 The number of rows used to display players on the page.
int playerPerRow
 The number of players displayed per row.
int playerCount
 The total number of players on the page.
int rowSpacing
 The vertical spacing between rows, including card height and player details.
Player ** players
 An array of pointers to the players displayed on the page.

Detailed Description

Struct to represent the layout and data of a page containing player information.

Definition at line 45 of file tui.h.

Field Documentation

◆ playerCount

int playerCount

The total number of players on the page.

Definition at line 51 of file tui.h.

◆ playerPerRow

int playerPerRow

The number of players displayed per row.

Definition at line 49 of file tui.h.

◆ playerRows

int playerRows

The number of rows used to display players on the page.

Definition at line 47 of file tui.h.

◆ players

Player** players

An array of pointers to the players displayed on the page.

Definition at line 55 of file tui.h.

◆ rowSpacing

int rowSpacing

The vertical spacing between rows, including card height and player details.

Definition at line 53 of file tui.h.


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