From ec4d7352309368efc73da5a62614efcdd8f7f4c3 Mon Sep 17 00:00:00 2001 From: Jori Date: Mon, 11 May 2026 08:15:46 +0000 Subject: [PATCH] Update Transpiler --- Transpiler.md | 3 +++ 1 file changed, 3 insertions(+) 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`