Update Transpiler
parent
3375fb1c29
commit
7dadc77c42
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue