TryGetValue(string, out IVariable)
Gets the IVariable with the specified name.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: Unity.SmartStrings.PersistentVariables
- Assembly: UnityEngine.SmartStringsModule
TryGetValue(string, IVariable)
public bool TryGetValue(string name, out IVariable value)
Parameters
Returns
Type | Description |
|---|---|
| bool | |