frontend
Preparing search index...
utils/sevensUtils
actionDesc
Function actionDesc
actionDesc
(
players
:
{
id
:
number
;
isHuman
:
boolean
}
[]
,
action
:
SevensAction
,
t
:
(
key
:
string
,
opts
?:
Record
<
string
,
unknown
>
)
=>
string
,
)
:
string
Build a human-readable description of a Sevens action.
Parameters
players
:
{
id
:
number
;
isHuman
:
boolean
}
[]
action
:
SevensAction
t
:
(
key
:
string
,
opts
?:
Record
<
string
,
unknown
>
)
=>
string
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
frontend
Loading...
Build a human-readable description of a Sevens action.