GetResourceKvpString
Docslocal retval = GetResourceKvpString(key)Description
A getter for SET_RESOURCE_KVP.
Parameters
| Name | Type | Description |
|---|---|---|
key | char* | The key to fetch |
Returns
char*Examples
Official
local kvpValue = GetResourceKvpString('codfish')
if kvpValue then
-- do something!
end