HxGodot / hxgodot

A Haxe GDExtension for Godot 4
MIT License
232 stars 11 forks source link

Add support for Variant String & Stringname #5

Closed dazKind closed 2 years ago

dazKind commented 2 years ago

We only support basic types for variants atm. We need to add String & StringName then we have a more complex case we can use as a stepping stone for the other complex types like PackedArrays and Vectors