GET_RESOURCE_KVP_STRING
A getter for [SET_RESOURCE_KVP](#\_0x21C7A35B).
CFX
Signature
lua
GetResourceKvpString(key)
-- returns char*Parameters
| Name | Type | Description |
|---|---|---|
| char* | The key to fetch |
Usage
Named call
GetResourceKvpString(key)InvokeNative
Citizen.InvokeNative(0x5240DA5A, key)lua 1
local kvpValue = GetResourceKvpString('codfish')
if kvpValue then
-- do something!
endDetails
- Hash
- API set
- Source
- cfx
Source: cfx
