Skip to content
This repository was archived by the owner on Apr 19, 2025. It is now read-only.

Commit 1fb9754

Browse files
ci: generate native definitions
1 parent 8e974c1 commit 1fb9754

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+17091
-20771
lines changed

library/natives/GTAV/APP.lua

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ function AppCloseBlock() end
1717

1818
---**`APP` `client`**
1919
---[Native Documentation](https://docs.fivem.net/natives/?_0x846AA8E7D55EE5B6)
20-
---This native does not have an official description.
21-
---@return boolean
20+
---```
21+
---NativeDB Return Type: BOOL
22+
---```
23+
---@return integer
2224
function AppDataValid() end
2325

2426
---**`APP` `client`**
@@ -43,9 +45,11 @@ function AppGetFloat(property) end
4345

4446
---**`APP` `client`**
4547
---[Native Documentation](https://docs.fivem.net/natives/?_0xD3A58A12C77D9D4B)
46-
---This native does not have an official description.
47-
---@param property string
48-
---@return integer
48+
---```
49+
---NativeDB Parameter 0: char* property
50+
---NativeDB Return Type: int
51+
---```
52+
---@param property integer
4953
function AppGetInt(property) end
5054

5155
---**`APP` `client`**

0 commit comments

Comments
 (0)