SetResourceKvpInt
DocsSetResourceKvpInt(key, value)Description
A setter for GET_RESOURCE_KVP_INT.
Parameters
| Name | Type | Description |
|---|---|---|
key | char* | The key to set |
value | int | The value to write |
Returns
voidThis native does not return a value.
Examples
Official
local lickMy = 42
SetResourceKvp('bananabread', lickMy)