diff --git a/Transpiler.md b/Transpiler.md index 9651973..4b6127f 100644 --- a/Transpiler.md +++ b/Transpiler.md @@ -14,7 +14,7 @@ Features - Add GDScript by string with `GDGlue.InserGDScript` ### **C# Files** -- Create own files for each class +- Create own files for each class/struct - Create wrapper class for single file enum `enum RJ_TriggerMode` to `class_name RJ_TriggerModeEnums` - Create prefixed names for Rokojori Object Types - Handles partial classes split into multiple files @@ -46,10 +46,11 @@ Features - ExportCategory ### **Nullables** -- Handling nullable types of C# (String, Dictionary, Acrray, Callable) on member/local declaration +- Handling nullable types of C# (String, Dictionary, Acrray, Callable) on member/local declarations/parameters - 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