cardhand
Vars | |
cards | All of the cards in the deck. |
---|---|
concealed | If true, the cards will be face down. |
direction | Tracked direction, which is used when updating the hand's appearance instead of messing with the local dir |
parent_deck_id | The ID of the base deck that we belong to. |
Procs | |
MouseDrop | Dragging a card to your hand will let you draw from it without picking it up. |
add_cardhand_to_self | Merge the target cardhand into the current cardhand |
remove_card | Draw a card from a card hand. If a picked card isn't given, |
select_card_radial | Open a radial menu to select a single card from a hand. |
split | Create a new card-hand from a list of cards in the other hand. |
update_values_from_cards | Update our own card values to reflect that of some source hand |
update_values_from_deck | Update our card values based on those set on a deck |
Var Details
cards
All of the cards in the deck.
concealed
If true, the cards will be face down.
direction
Tracked direction, which is used when updating the hand's appearance instead of messing with the local dir
parent_deck_id
The ID of the base deck that we belong to.
Proc Details
MouseDrop
Dragging a card to your hand will let you draw from it without picking it up.
add_cardhand_to_self
Merge the target cardhand into the current cardhand
remove_card
Draw a card from a card hand. If a picked card isn't given,
select_card_radial
Open a radial menu to select a single card from a hand.
split
Create a new card-hand from a list of cards in the other hand.
update_values_from_cards
Update our own card values to reflect that of some source hand
update_values_from_deck
Update our card values based on those set on a deck