TryGetValue(string, out IVariable)
Gets the variable with the matching key if one exists.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Method
- Namespace: Unity.SmartStrings.PersistentVariables
- Assembly: UnityEngine.SmartStringsModule
TryGetValue(string, IVariable)
bool TryGetValue(string key, out IVariable value)
Parameters
Returns
Type | Description |
|---|---|
| bool | |