diff --git a/Transpiler.md b/Transpiler.md index 2bcdff7..59e359c 100644 --- a/Transpiler.md +++ b/Transpiler.md @@ -42,6 +42,9 @@ Features ### **Nullables** - Shim null assignment converting `null` to `RJ_GDGlue.return_null()` +### **GD Functions** +- Ommiting return type value description in GDScript with Rokojori.Null as return type + ### **Math** - float.MaxValue converted to value - `float.IsInfinity` to `is_inf`