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

expose Variant operator= to GDNative

(cherry picked from commit 084b21c4a8)
This commit is contained in:
BimDav
2021-11-02 11:10:18 +01:00
committed by Rémi Verschelde
parent 72709bb821
commit 521af55301
3 changed files with 16 additions and 0 deletions

View File

@@ -4393,6 +4393,14 @@
["const godot_variant *", "p_v"]
]
},
{
"name": "godot_variant_operator_assign",
"return_type": "void",
"arguments": [
["godot_variant *", "r_dest"],
["const godot_variant *", "p_v"]
]
},
{
"name": "godot_variant_new_copy",
"return_type": "void",