https://github.com/overextended/ox_types
https://github.com/overextended/ox_types
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/overextended/ox_types
- Owner: overextended
- License: mit
- Archived: true
- Created: 2023-08-01T12:08:48.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-12T00:23:09.000Z (over 1 year ago)
- Last Synced: 2025-06-01T09:23:06.072Z (about 1 year ago)
- Language: Lua
- Size: 27.3 KB
- Stars: 22
- Watchers: 3
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ox_types
Consolidated types for [Lua Language Server](https://github.com/LuaLS/lua-language-server) to use with our FiveM resources.
## Usage (VS Code)
- Install [cfxlua-vscode](https://marketplace.visualstudio.com/items?itemName=overextended.cfxlua-vscode).
- Clone this repository.
- Open your settings (for the user, workspace, or folder).
- You can also use a ".luarc.json" file.
- Create a new entry in "Lua.workspace.library", pointing to the new directory (or specific directories).
```json
"Lua.workspace.library": [
"F:/GitHub/ox_types/types",
"F:/GitHub/ox_lib"
],
```