Try catch in C# Glue Functions called by engine, removed test ThrowException method

This commit is contained in:
Simon Lübeß
2025-08-03 12:00:35 +02:00
parent 184b92e95c
commit cc38236184
2 changed files with 189 additions and 111 deletions
@@ -113,7 +113,6 @@ static class CoreClrHelper
GetFunctionPointerUnmanagedCallersOnly("GlitchyEngine.ScriptGlue, ScriptCore", "CreateScriptInstance", out _createScriptInstance);
GetFunctionPointerUnmanagedCallersOnly("GlitchyEngine.ScriptGlue, ScriptCore", "ThrowException", out _throwException);
GetFunctionPointerUnmanagedCallersOnly("GlitchyEngine.ScriptGlue, ScriptCore", "RegisterComponentType", out _registerComponentType);
InitEntityFunctions();