DOMOBJECT:key
DOMOBJECT:key(
name
)
Get a fully qualified key from a key that is relative to the DOMOBJECT.
This function does not ensure that the fully qualified key is valid.
string.format("%s.%s, DOMOBJECT:get_name(), name)
Parameters
| Name | Type | Description |
|---|---|---|
name | #string | A string containing a relative key, to be fully qualified in the context of this DOMOBJECT |
Returns
| Type | Description |
|---|---|
#string | A fully qualified string. |