OmniEngine.Net icon indicating copy to clipboard operation
OmniEngine.Net copied to clipboard

Endless loop on quit

Open lukaspj opened this issue 10 years ago • 3 comments

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:

Winterleaf_EngineCallback::mWLE_gIsFunction("Quit")

? If I do that, it seems like the engine wont shut down.

lukaspj avatar Jan 19 '15 22:01 lukaspj

Nvm, I found the "mandatory functions" I was too quick on the trigger, so this isn't a bug per se if you have set up the engine correctly, but it still seems like that function needs the ("Quit").

lukaspj avatar Jan 19 '15 22:01 lukaspj

RTFM

Winterleaf avatar Jan 22 '15 01:01 Winterleaf

It isn't actually in the manual from what I can see.. At least when you use the search function in Word :)

Also, does that mean that Winterleaf_EngineCallback::mWLE_gIsFunction is the correct way to use it? Without the ("Quit") after it?

lukaspj avatar Jan 22 '15 12:01 lukaspj