Skip to content

Imgui exposed to Lua

Compare
Choose a tag to compare
@maximegmd maximegmd released this 05 Jan 20:06
· 1091 commits to master since this release
c692678
  • 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.