Search
Preparing search index...
The search index is not available
typedeck
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
StandardChip
Class StandardChip
Represents a Standard valuing Chip
Hierarchy
Chip
StandardChip
Implements
IChip
Index
Constructors
constructor
Properties
color
color
Type
override
Value
value
Map
Methods
get
Index
get
Value
set
Color
Value
set
Value
to
String
Constructors
constructor
new
Standard
Chip
(
color
:
ChipColor
, colorType
?:
ChipColorType
, overrideValue
?:
number
)
:
StandardChip
Parameters
color:
ChipColor
Default value
colorType:
ChipColorType
= ChipColorType.Standard
Default value
overrideValue:
number
= 0
Returns
StandardChip
Properties
color
color
:
ChipColor
color
Type
color
Type
:
ChipColorType
override
Value
override
Value
:
number
value
Map
value
Map
:
Map
<
ChipColor
,
number
>
= new Map<ChipColor, number>()
Methods
get
Index
get
Index
(
)
:
string
Returns
string
get
Value
get
Value
(
_color
?:
ChipColor
)
:
number
Parameters
Default value
_color:
ChipColor
= this.color
Returns
number
set
Color
Value
set
Color
Value
(
color
:
ChipColor
, amount
:
number
)
:
this
Parameters
color:
ChipColor
amount:
number
Returns
this
set
Value
set
Value
(
amount
:
number
)
:
this
Parameters
amount:
number
Returns
this
to
String
to
String
(
)
:
string
Returns
string
Globals
Standard
Chip
constructor
color
color
Type
override
Value
value
Map
get
Index
get
Value
set
Color
Value
set
Value
to
String
Generated using
TypeDoc
Represents a Standard valuing Chip