From 1a80b2a04a16f930e0d5cca4bdf322769d5a24f9 Mon Sep 17 00:00:00 2001 From: J08nY Date: Sat, 4 Jun 2016 17:55:09 +0200 Subject: Added InputMap.get_actions() get_actions() lists all actions in the InputMap. --- doc/base/classes.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'doc') diff --git a/doc/base/classes.xml b/doc/base/classes.xml index 7dee3c6267..0bea71c2bb 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -16566,6 +16566,7 @@ Example: (content-length:12), (Content-Type:application/json; charset=UTF-8) + Whether this InputMap has an action with name "action". @@ -16574,6 +16575,7 @@ Example: (content-length:12), (Content-Type:application/json; charset=UTF-8) + Return the id of an action. @@ -16582,18 +16584,28 @@ Example: (content-length:12), (Content-Type:application/json; charset=UTF-8) + Return the action from an id. + + + + + + + Return an [Array] of all actions in the [InputMap]. + Add an action to the [InputMap]. + Remove an action from the [InputMap]. @@ -16602,6 +16614,7 @@ Example: (content-length:12), (Content-Type:application/json; charset=UTF-8) + Add an [InputEvent] to action. This [InputEvent] will trigger the action. @@ -16612,6 +16625,7 @@ Example: (content-length:12), (Content-Type:application/json; charset=UTF-8) + Whether an action has an [InputEvent] associated with it. @@ -16620,6 +16634,7 @@ Example: (content-length:12), (Content-Type:application/json; charset=UTF-8) + Remove an [InputEvent] from an action. @@ -16628,6 +16643,7 @@ Example: (content-length:12), (Content-Type:application/json; charset=UTF-8) + Return an [Array] of [InputEvent]s associated with an action. @@ -16642,6 +16658,7 @@ Example: (content-length:12), (Content-Type:application/json; charset=UTF-8) + Clears the [InputMap] and loads it from [Globals]. -- cgit v1.2.3