Skip to content

Commit

Permalink
chore(natives): update declarations
Browse files Browse the repository at this point in the history
Include namespace and apiset at top of description.
Moved docs link above the description.
  • Loading branch information
thelindat committed Jul 1, 2023
1 parent eeae6a5 commit ce1eb83
Show file tree
Hide file tree
Showing 133 changed files with 30,448 additions and 15,424 deletions.
4,536 changes: 3,009 additions & 1,527 deletions Lua/natives/CFX-NATIVE/CFX.lua

Large diffs are not rendered by default.

51 changes: 34 additions & 17 deletions Lua/natives/GTAV/APP.lua
Original file line number Diff line number Diff line change
@@ -1,94 +1,111 @@
---@meta

---**`APP` `client`**
---[Native Documentation](https://docs.fivem.net/natives/?_0x5FE1DF3342DB7DBA)
---This native does not have an official description.
---[Native Documentation](https://docs.fivem.net/natives/?_0x5FE1DF3342DB7DBA)
function AppClearBlock() end

---**`APP` `client`**
---[Native Documentation](https://docs.fivem.net/natives/?_0xE41C65E07A5F05FC)
---This native does not have an official description.
---[Native Documentation](https://docs.fivem.net/natives/?_0xE41C65E07A5F05FC)
function AppCloseApp() end

---**`APP` `client`**
---[Native Documentation](https://docs.fivem.net/natives/?_0xE8E3FCF72EAC0EF8)
---This native does not have an official description.
---[Native Documentation](https://docs.fivem.net/natives/?_0xE8E3FCF72EAC0EF8)
function AppCloseBlock() end

---**`APP` `client`**
---[Native Documentation](https://docs.fivem.net/natives/?_0x846AA8E7D55EE5B6)
---This native does not have an official description.
---[Native Documentation](https://docs.fivem.net/natives/?_0x846AA8E7D55EE5B6)
---@return boolean
function AppDataValid() end

---**`APP` `client`**
---[Native Documentation](https://docs.fivem.net/natives/?_0x44151AEA95C8A003)
---This native does not have an official description.
---[Native Documentation](https://docs.fivem.net/natives/?_0x44151AEA95C8A003)
---@param appName string
---@return boolean
function AppDeleteAppData(appName) end

---**`APP` `client`**
---[Native Documentation](https://docs.fivem.net/natives/?_0xC9853A2BE3DED1A6)
---This native does not have an official description.
---[Native Documentation](https://docs.fivem.net/natives/?_0xC9853A2BE3DED1A6)
---@return number
function AppGetDeletedFileStatus() end

---**`APP` `client`**
---[Native Documentation](https://docs.fivem.net/natives/?_0x1514FB24C02C2322)
---This native does not have an official description.
---[Native Documentation](https://docs.fivem.net/natives/?_0x1514FB24C02C2322)
---@param property string
---@return number
function AppGetFloat(property) end

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

---**`APP` `client`**
---[Native Documentation](https://docs.fivem.net/natives/?_0x749B023950D2311C)
---This native does not have an official description.
---[Native Documentation](https://docs.fivem.net/natives/?_0x749B023950D2311C)
---@param property string
---@return string
function AppGetString(property) end

---**`APP` `client`**
---[Native Documentation](https://docs.fivem.net/natives/?_0x71EEE69745088DA0)
---This native does not have an official description.
---[Native Documentation](https://docs.fivem.net/natives/?_0x71EEE69745088DA0)
---@return boolean
function AppHasLinkedSocialClubAccount() end

---**`APP` `client`**
---[Native Documentation](https://docs.fivem.net/natives/?_0xCA52279A7271517F)
---This native does not have an official description.
---[Native Documentation](https://docs.fivem.net/natives/?_0xCA52279A7271517F)
---@param appName string
---@return boolean
function AppHasSyncedData(appName) end

---**`APP` `client`**
---[Native Documentation](https://docs.fivem.net/natives/?_0x95C5D356CDA6E85F)
---This native does not have an official description.
---[Native Documentation](https://docs.fivem.net/natives/?_0x95C5D356CDA6E85F)
function AppSaveData() end

---**`APP` `client`**
---[Native Documentation](https://docs.fivem.net/natives/?_0xCFD0406ADAF90D2B)
---```
---Called in the gamescripts like:
---APP::APP_SET_APP("car");
---APP::APP_SET_APP("dog");
---```
---[Native Documentation](https://docs.fivem.net/natives/?_0xCFD0406ADAF90D2B)
---@param appName string
function AppSetApp(appName) end

---**`APP` `client`**
---[Native Documentation](https://docs.fivem.net/natives/?_0x262AB456A3D21F93)
---This native does not have an official description.
---[Native Documentation](https://docs.fivem.net/natives/?_0x262AB456A3D21F93)
---@param blockName string
function AppSetBlock(blockName) end

---**`APP` `client`**
---[Native Documentation](https://docs.fivem.net/natives/?_0x25D7687C68E0DAA4)
---This native does not have an official description.
---[Native Documentation](https://docs.fivem.net/natives/?_0x25D7687C68E0DAA4)
---@param property string
---@param value number
function AppSetFloat(property, value) end

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

---**`APP` `client`**
---[Native Documentation](https://docs.fivem.net/natives/?_0x3FF2FCEC4B7721B4)
---This native does not have an official description.
---[Native Documentation](https://docs.fivem.net/natives/?_0x3FF2FCEC4B7721B4)
---@param property string
---@param value string
function AppSetString(property, value) end
Expand Down
Loading

0 comments on commit ce1eb83

Please sign in to comment.