Imgui exposed to Lua
-
onUpdate now takes a delta parameter
-
onInit will be called once the scripting engine is ready
-
onShutdown will be called when destroying your script
-
ReloadScripts() and a button have been added to reload all mods on demand at runtime, making it far easier for you to debug your mods.