Skip to content

Commit

Permalink
ci: generate native definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 3, 2024
1 parent fb798c1 commit 0ad3eaf
Show file tree
Hide file tree
Showing 124 changed files with 13,899 additions and 13,899 deletions.
1,836 changes: 918 additions & 918 deletions library/natives/CFX-NATIVE/CFX.lua

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions library/natives/GTAV/APP.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function AppDeleteAppData(appName) end
---**`APP` `client`**
---[Native Documentation](https://docs.fivem.net/natives/?_0xC9853A2BE3DED1A6)
---This native does not have an official description.
---@return number
---@return integer
function AppGetDeletedFileStatus() end

---**`APP` `client`**
Expand All @@ -45,7 +45,7 @@ function AppGetFloat(property) end
---[Native Documentation](https://docs.fivem.net/natives/?_0xD3A58A12C77D9D4B)
---This native does not have an official description.
---@param property string
---@return number
---@return integer
function AppGetInt(property) end

---**`APP` `client`**
Expand Down Expand Up @@ -100,7 +100,7 @@ function AppSetFloat(property, value) end
---[Native Documentation](https://docs.fivem.net/natives/?_0x607E8E3D3E4F9611)
---This native does not have an official description.
---@param property string
---@param value number
---@param value integer
function AppSetInt(property, value) end

---**`APP` `client`**
Expand Down
Loading

0 comments on commit 0ad3eaf

Please sign in to comment.