godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
InputMapSingleton.getActionList
godot
inputmap
InputMapSingleton
Returns an array of
InputEvent
s associated with a given action.
struct
InputMapSingleton
@
nogc
nothrow
Array
getActionList
(
StringArg0
)
(
in
StringArg0
action
)
Meta
Source
See Implementation
godot
inputmap
InputMapSingleton
aliases
BaseClasses
functions
actionAddEvent
actionEraseEvent
actionEraseEvents
actionHasEvent
actionSetDeadzone
addAction
eraseAction
eventIsAction
getActionList
getActions
hasAction
loadFromGlobals
opAssign
opEquals
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name
Returns an array of InputEvents associated with a given action.