Method Get
Get<T>(string)
Gets a ScriptVariable<T> wrapper for a variable, facilitating advanced interactions.
Declaration
ScriptVariable<T> Get<T>(string variableName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | variableName | The name of the variable. |
Returns
| Type | Description |
|---|---|
| ScriptVariable<T> | A ScriptVariable<T> instance for the specified variable. |
Type Parameters
| Name | Description |
|---|---|
| T | The type of the variable's value. |