HxGodot / hxgodot

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

Missing static methods from the Godot API #16

Closed ElCosmoXD closed 1 year ago

ElCosmoXD commented 1 year ago

Hello, I'm trying to read a file using the bindings from the latest commit (c83894ec0b0643667b59046fadd224442d900ced) but when I try to call a static method like FileAccess.open / DirAccess.open the haxe compiler doesn't find it, also I've checked the generated FileAccess.hx file and it doesn't contains the static open method.

image