summaryrefslogtreecommitdiff
path: root/modules/gdnative/gdnative_api.json
diff options
context:
space:
mode:
authorBastiaan Olij <mux213@gmail.com>2017-11-04 08:57:25 +1100
committerGitHub <noreply@github.com>2017-11-04 08:57:25 +1100
commit25c38c75425e3ccfcaed53ebd38fc588d6f35764 (patch)
tree88e3af7d757376132705070db18afe26731cae3b /modules/gdnative/gdnative_api.json
parentacd193b62e3972d6dd1e4b2aa115948658f85e9b (diff)
parent167b7b55338761e3cb48677219d41f5bfc32c839 (diff)
Merge pull request #12557 from BastiaanOlij/arvr_add_rumble_support
Adding rumble support to ARVR controllers
Diffstat (limited to 'modules/gdnative/gdnative_api.json')
-rw-r--r--modules/gdnative/gdnative_api.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/gdnative/gdnative_api.json b/modules/gdnative/gdnative_api.json
index e19995b5f5..3a92afd7ab 100644
--- a/modules/gdnative/gdnative_api.json
+++ b/modules/gdnative/gdnative_api.json
@@ -5316,6 +5316,13 @@
["godot_real", "p_value"],
["godot_bool", "p_can_be_negative"]
]
+ },
+ {
+ "name": "godot_arvr_get_controller_rumble",
+ "return_type": "godot_real",
+ "arguments": [
+ ["godot_int", "p_controller_id"]
+ ]
}
]
}