1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00

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
This commit is contained in:
tilpner
2018-02-11 11:04:17 +01:00
parent 31dd21a8d9
commit a75a7e594e
2 changed files with 2 additions and 2 deletions

View File

@@ -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"]
]
},