- Add type aliases for native/rage types that map to Lua primitives. - Add aliases to document native enums (e.g. controlflags, animflags, etc). - `breaking` Remove support for some experimental features from cfxlua (per gottfried's request, as they can be unstable). - Document the glm library (pain). ## Dependent on Lua Language Server updates - Consider use of tuple types (`---@type [string, integer]`). - Add partial type-modifier where appropriate - Add "require" path resolver to plugin
breakingRemove support for some experimental features from cfxlua (per gottfried's request, as they can be unstable).Dependent on Lua Language Server updates
---@type [string, integer]).