Update Transpiler

Jori 2026-05-11 08:15:46 +00:00
parent f692c97b2c
commit ec4d735230
1 changed files with 3 additions and 0 deletions

@ -42,6 +42,9 @@ Features
### **Nullables** ### **Nullables**
- Shim null assignment converting `null` to `RJ_GDGlue.return_null()` - 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** ### **Math**
- float.MaxValue converted to value - float.MaxValue converted to value
- `float.IsInfinity` to `is_inf` - `float.IsInfinity` to `is_inf`