Space Station 13 - Modules - TypesVar Details - Proc Details

cardhand

Vars

cardsAll of the cards in the deck.
concealedIf true, the cards will be face down.
directionTracked direction, which is used when updating the hand's appearance instead of messing with the local dir
parent_deck_idThe ID of the base deck that we belong to.

Procs

MouseDropDragging a card to your hand will let you draw from it without picking it up.
add_cardhand_to_selfMerge the target cardhand into the current cardhand
remove_cardDraw a card from a card hand. If a picked card isn't given,
select_card_radialOpen a radial menu to select a single card from a hand.
splitCreate a new card-hand from a list of cards in the other hand.
update_values_from_cardsUpdate our own card values to reflect that of some source hand
update_values_from_deckUpdate 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