frontend
Preparing search index...
utils/cli/commands/sharedVideoPokerCommands
parseVideoPokerCommand
Function parseVideoPokerCommand
parseVideoPokerCommand
(
input
:
string
,
)
:
|
{
amount
?:
number
;
command
:
string
;
indices
?:
number
[]
}
|
{
error
:
string
}
Parse video poker commands (shared by videopoker, deuceswild, jokerpoker).
Parameters
input
:
string
Returns
{
amount
?:
number
;
command
:
string
;
indices
?:
number
[]
}
|
{
error
:
string
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
frontend
Loading...
Parse video poker commands (shared by videopoker, deuceswild, jokerpoker).