Preparing search index...
The search index is not available
pgul
pgul
ActionDictionary
Class ActionDictionary
Hierarchy
ActionDictionary
Index
Constructors
constructor
Properties
map
Methods
get
register
Constructors
constructor
new
Action
Dictionary
(
)
:
ActionDictionary
Returns
ActionDictionary
Properties
Static
map
map
:
Map
<
string
,
(
(
...
args
:
any
[]
)
=>
Generator
<
unknown
,
any
,
unknown
>
)
>
= ...
Methods
Static
get
get
(
name
:
string
)
:
undefined
|
(
(
...
args
:
any
[]
)
=>
Generator
<
unknown
,
any
,
unknown
>
)
Parameters
name:
string
Returns
undefined
|
(
(
...
args
:
any
[]
)
=>
Generator
<
unknown
,
any
,
unknown
>
)
Static
register
register
<
R
>
(
name
:
string
, genFunc
:
(
(
this
:
R
,
...
args
:
any
[]
)
=>
Generator
<
unknown
,
any
,
unknown
>
)
)
:
void
Type Parameters
R
extends
BaseRunner
<
any
,
string
,
R
>
=
BaseRunner
<
any
,
string
>
Parameters
name:
string
genFunc:
(
(
this
:
R
,
...
args
:
any
[]
)
=>
Generator
<
unknown
,
any
,
unknown
>
)
(
this
:
R
,
...
args
:
any
[]
)
:
Generator
<
unknown
,
any
,
unknown
>
Parameters
this:
R
Rest
...
args:
any
[]
Returns
Generator
<
unknown
,
any
,
unknown
>
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
pgul
canvas
Utils
css
Utils
gamepad
Helper
radian
Converter
runner
Action
Creators
runner
Actions
utils
Action
Dictionary
constructor
map
get
register
Generated using
TypeDoc