Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Latest commit

 

History

History
29 lines (18 loc) · 706 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 706 Bytes

FiveM Lua Language Server Addon

This repository branch is the genrator that generates Lua defination files from FiveM natives API.

The addon is distributed in dist branch.

Generating

  1. Install Deno.

  2. Clone this repository.

  3. Run command:

deno task generate

The native definition files are located at addon/library/natives

The distribution of the addon is located at addon

Credits