From 7dadc77c42ab651e23c4cf887f73f24fadb30666 Mon Sep 17 00:00:00 2001 From: Jori Date: Tue, 12 May 2026 19:19:05 +0000 Subject: [PATCH] Update Transpiler --- Transpiler.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Transpiler.md b/Transpiler.md index 8ff48f6..9651973 100644 --- a/Transpiler.md +++ b/Transpiler.md @@ -46,7 +46,9 @@ Features - ExportCategory ### **Nullables** -- Shim null assignment converting `null` to `RJ_GDGlue.return_null()` +- Handling nullable types of C# (String, Dictionary, Acrray, Callable) on member/local declaration +- Adding and assigning null flag on assignment, passing default instead null +- Reading null flag instead value for null comparisons ### **GD Functions** - Ommiting return type value description in GDScript with Rokojori.Null as return type