Game status buffer |
Prev: 38168 | Up: Map | Next: 38221 |
Counts the number of cards held of each value.
|
||||
Table_CardDuplicates | 38208 | DEFB 0 | Count of how many "Two" cards this hand holds. | |
38209 | DEFB 0 | Count of how many "Three" cards this hand holds. | ||
38210 | DEFB 0 | Count of how many "Four" cards this hand holds. | ||
38211 | DEFB 0 | Count of how many "Five" cards this hand holds. | ||
38212 | DEFB 0 | Count of how many "Six" cards this hand holds. | ||
38213 | DEFB 0 | Count of how many "Seven" cards this hand holds. | ||
38214 | DEFB 0 | Count of how many "Eight" cards this hand holds. | ||
38215 | DEFB 0 | Count of how many "Nine" cards this hand holds. | ||
38216 | DEFB 0 | Count of how many "Ten" cards this hand holds. | ||
38217 | DEFB 0 | Count of how many "Jack" cards this hand holds. | ||
38218 | DEFB 0 | Count of how many "Queen" cards this hand holds. | ||
38219 | DEFB 0 | Count of how many "King" cards this hand holds. | ||
Table_CardDuplicates_Ace | 38220 | DEFB 0 | Count of how many "Ace" cards this hand holds. |
Prev: 38168 | Up: Map | Next: 38221 |