summaryrefslogtreecommitdiffstats
path: root/modules/gdnative/gdnative_api.json
diff options
context:
space:
mode:
authortilpner <till@hoeppner.ws>2018-02-11 11:04:17 +0100
committertilpner <till@hoeppner.ws>2018-02-11 17:19:17 +0100
commita75a7e594ebf48b411a7513a80bc60020117e128 (patch)
treec0a3685c3b69f71c841edb9d557f82d3c73143fa /modules/gdnative/gdnative_api.json
parent31dd21a8d9c3d30d7347fc30f18cd17a41a9b4bc (diff)
downloadredot-engine-a75a7e594ebf48b411a7513a80bc60020117e128.tar.gz
gdnative_api.json: Change argument name to r_dest
This reflects its usage as an output argument, consistent with the other godot_variant_new functions
Diffstat (limited to 'modules/gdnative/gdnative_api.json')
-rw-r--r--modules/gdnative/gdnative_api.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdnative/gdnative_api.json b/modules/gdnative/gdnative_api.json
index 57fdb13b3a..a8919f7130 100644
--- a/modules/gdnative/gdnative_api.json
+++ b/modules/gdnative/gdnative_api.json
@@ -3964,7 +3964,7 @@
"name": "godot_variant_new_bool",
"return_type": "void",
"arguments": [
- ["godot_variant *", "p_v"],
+ ["godot_variant *", "r_dest"],
["const godot_bool", "p_b"]
]
},