GBAlatro
A Demake of Balatro for the GBA
Loading...
Searching...
No Matches
Hand Struct Reference

Data Fields

CardObjectcards [MAX_HAND_SIZE]
 
s32 hand_top
 
s32 hand_selections
 
enum HandType hand_type
 
ContainedHandTypes contained_hands
 
enum HandState state
 
bool sort_by_suit
 

Detailed Description

Definition at line 49 of file hand.c.

Field Documentation

◆ cards

CardObject* cards[MAX_HAND_SIZE]

Definition at line 52 of file hand.c.

◆ contained_hands

ContainedHandTypes contained_hands

Definition at line 58 of file hand.c.

◆ hand_selections

s32 hand_selections

Definition at line 54 of file hand.c.

◆ hand_top

s32 hand_top

Definition at line 53 of file hand.c.

◆ hand_type

enum HandType hand_type

Definition at line 57 of file hand.c.

◆ sort_by_suit

bool sort_by_suit

Definition at line 61 of file hand.c.

◆ state

enum HandState state

Definition at line 60 of file hand.c.


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