diff options
author | tilpner <till@hoeppner.ws> | 2018-02-11 11:04:17 +0100 |
---|---|---|
committer | tilpner <till@hoeppner.ws> | 2018-02-11 17:19:17 +0100 |
commit | a75a7e594ebf48b411a7513a80bc60020117e128 (patch) | |
tree | c0a3685c3b69f71c841edb9d557f82d3c73143fa /modules/gdnative/gdnative_api.json | |
parent | 31dd21a8d9c3d30d7347fc30f18cd17a41a9b4bc (diff) | |
download | redot-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.json | 2 |
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"] ] }, |