GET_RESOURCE_KVP_FLOAT
A getter for [SET_RESOURCE_KVP_FLOAT](#\_0x9ADD2938).
CFX
Signature
lua
GetResourceKvpFloat(key)
-- returns floatParameters
| Name | Type | Description |
|---|---|---|
| char* | The key to fetch |
Usage
Named call
GetResourceKvpFloat(key)InvokeNative
Citizen.InvokeNative(0x35BDCEEA, key)lua 1
local kvpValue = GetResourceKvpFloat('mollis')
if kvpValue ~= 0.0 then
-- do something!
endDetails
- Hash
- API set
- Source
- cfx
Source: cfx
