Look Up Value
v = tools.get(id)
Looks up the Lua value and returns it.
Parameter | Type | Description |
---|---|---|
id |
string | Lua variable name |
Returns | Type | Description |
---|---|---|
v |
string/table/number | Value |
e.g.
local v = tools.get('c.network.name')
local t = tools.get('c.network')