If you call [this function](https://github.com/Winterleaf/OmniEngine.Net/blob/a23fed348de9ab636f9a67e3a270fb9841348807/Engine/source/console/consoleFunctions.cpp#L1494-L1512) then the engine will go into endless-loop if you haven't defined the function in C#. Should it be: ``` c++ Winterleaf_EngineCallback::mWLE_gIsFunction("Quit") ``` ? If I do that, it seems like the engine wont shut down.
If you call this function then the engine will go into endless-loop if you haven't defined the function in C#. Should it be:
? If I do that, it seems like the engine wont shut down.