tcgcard

Vars | |
flipped | Is the card flipped? |
---|---|
id | Unique ID, for use in lookups and storage, used to index the global datum list where the rest of the card's info is stored |
series | Used along with the id for lookup |
tapped | Has this card been "tapped"? AKA, is it horizontal? |
Procs | |
extract_datum | Alright so some brief details here, we store all "immutable" (Think like power) card variables in a global list, indexed by id This proc gets the card's associated card datum to play with |
Var Details
flipped

Is the card flipped?
id

Unique ID, for use in lookups and storage, used to index the global datum list where the rest of the card's info is stored
series

Used along with the id for lookup
tapped

Has this card been "tapped"? AKA, is it horizontal?
Proc Details
extract_datum
Alright so some brief details here, we store all "immutable" (Think like power) card variables in a global list, indexed by id This proc gets the card's associated card datum to play with