You've already forked godot
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:
@@ -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"]
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user