Method GetVariable
GetVariable<T>(string)
Declaration
public ScriptVariable<T> GetVariable<T>(string key)
Parameters
Type | Name | Description |
---|---|---|
string | key |
Returns
Type | Description |
---|---|
ScriptVariable<T> |
Type Parameters
Name | Description |
---|---|
T |
GetVariable<T>(string, string)
Declaration
public ScriptVariable<T> GetVariable<T>(string path, string key)
Parameters
Type | Name | Description |
---|---|---|
string | path | |
string | key |
Returns
Type | Description |
---|---|
ScriptVariable<T> |
Type Parameters
Name | Description |
---|---|
T |
GetVariable<T>(IAura, string)
Declaration
public ScriptVariable<T> GetVariable<T>(IAura aura, string key)
Parameters
Type | Name | Description |
---|---|---|
IAura | aura | |
string | key |
Returns
Type | Description |
---|---|
ScriptVariable<T> |
Type Parameters
Name | Description |
---|---|
T |