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

Latest commit

 

History

67 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages