Update Transpiler

Jori 2026-05-12 19:19:05 +00:00
parent 3375fb1c29
commit 7dadc77c42
1 changed files with 3 additions and 1 deletions

@ -46,7 +46,9 @@ Features
- ExportCategory - ExportCategory
### **Nullables** ### **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** ### **GD Functions**
- Ommiting return type value description in GDScript with Rokojori.Null as return type - Ommiting return type value description in GDScript with Rokojori.Null as return type