ContainsKey(string)
Returns true if a variable with the specified name exists.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: Unity.SmartStrings.PersistentVariables
- Assembly: UnityEngine.SmartStringsModule
public bool ContainsKey(string name)
Parameters
The variable name to check for.
Returns
Type | Description |
|---|---|
| bool | |