StateBagHasKey
Docslocal retval = StateBagHasKey(bagName, key)Parameters
| Name | Type | Description |
|---|---|---|
bagName | char* | The name of the bag. |
key | char* | The key used to check data existence. |
Returns
boolReturns true or false.
local retval = StateBagHasKey(bagName, key)| Name | Type | Description |
|---|---|---|
bagName | char* | The name of the bag. |
key | char* | The key used to check data existence. |
boolReturns true or false.
No snippets yet. Be the first to contribute!