Skip to content
This repository has been archived by the owner on Oct 27, 2023. It is now read-only.

Latest commit

 

History

History
16 lines (10 loc) · 486 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 486 Bytes

MacroQuest Next ImGui Lua Autocomplete Defintions

How to Use

  • Place files in a sudirectory under your MQNext Lua directory
  • Ensure your IDE has been installed with a Lua Lanugage server Extension/Addon that supports EmmyLua annotations.
--- @type ImGui
require 'ImGui'

. . .

When requiring the ImGui bindings in your Lua script, just annotate the require with a type ImGui as shown above. This will then provide autocomplete for ImGui methods and enum types.