Skip to content

Releases: SomeRanDev/reflaxe.GDScript

Version 0.1.0

20 Dec 05:51
Compare
Choose a tag to compare

December 20, 2022

Release Notes

First release of Haxe to GDScript. All syntax and expressions (except for enums) should compile to valid GDScript.

Externs work as expected.

The following meta are available:
@:native
@:nativeName
@:nativeFunctionCode

The following Haxe standard library classes have been implemented for GDScript:
String
Array
Math
Std
haxe/Log