GET_RESOURCE_KVP_INT
A getter for [SET_RESOURCE_KVP_INT](#\_0x6A2B1E8).
CFX
Signature
lua
GetResourceKvpInt(key)
-- returns intParameters
| Name | Type | Description |
|---|---|---|
| char* | The key to fetch |
Usage
Named call
GetResourceKvpInt(key)InvokeNative
Citizen.InvokeNative(0x557B586A, key)lua 1
local kvpValue = GetResourceKvpInt('bananabread')
if kvpValue ~= 0 then
-- do something!
endDetails
- Hash
- API set
- Source
- cfx
Source: cfx
