From 845a0e25664acfbb5cc26fcbb312f0e32a7f3249 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.
(cherry picked from commit 1a80b2a04a16f930e0d5cca4bdf322769d5a24f9)
---
doc/base/classes.xml | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
(limited to 'doc/base')
diff --git a/doc/base/classes.xml b/doc/base/classes.xml
index ef71f1c81..ce3d61594 100644
--- a/doc/base/classes.xml
+++ b/doc/base/classes.xml
@@ -15375,6 +15375,7 @@ Example: (content-length:12), (Content-Type:application/json; charset=UTF-8)
+ Whether this InputMap has an action with name "action".
@@ -15383,6 +15384,7 @@ Example: (content-length:12), (Content-Type:application/json; charset=UTF-8)
+ Return the id of an action.
@@ -15391,18 +15393,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].
@@ -15411,6 +15423,7 @@ Example: (content-length:12), (Content-Type:application/json; charset=UTF-8)
+ Add an [InputEvent] to action. This [InputEvent] will trigger the action.
@@ -15421,6 +15434,7 @@ Example: (content-length:12), (Content-Type:application/json; charset=UTF-8)
+ Whether an action has an [InputEvent] associated with it.
@@ -15429,6 +15443,7 @@ Example: (content-length:12), (Content-Type:application/json; charset=UTF-8)
+ Remove an [InputEvent] from an action.
@@ -15437,6 +15452,7 @@ Example: (content-length:12), (Content-Type:application/json; charset=UTF-8)
+ Return an [Array] of [InputEvent]s associated with an action.
@@ -15451,6 +15467,7 @@ Example: (content-length:12), (Content-Type:application/json; charset=UTF-8)
+ Clears the [InputMap] and loads it from [Globals].
--
cgit v1.2.3-70-g09d2