Options
All
  • Public
  • Public/Protected
  • All
Menu

Define the methods by which a Card can be drawn from a Cards stack

Index

Enumeration Members

Enumeration Members

FIRST: number

Draw the first card from the stack Synonymous with CARD_DRAW_MODES.TOP

TOP: number

Draw the top card from the stack Synonymous with CARD_DRAW_MODES.FIRST

LAST: number

Draw the last card from the stack Synonymous with CARD_DRAW_MODES.BOTTOM

BOTTOM: number

Draw the bottom card from the stack Synonymous with CARD_DRAW_MODES.LAST

RANDOM: number

Draw a random card from the stack