DOMOBJECT:get_value

DOMOBJECT:get_value(
    key
    [, key2, ...]
)

Gets one or more values from the data manager. Each argument to the function should be a key relative to the DOMOBJECT. The keys are fully qualified before being used as a data manager key whose value should be extracted from the data manager. This function returns multiple values if multiple parameters are provided.


Parameters:
        key    A relative key, to be fully qualified in the context of this DOMOBJECT.

Returns:
        The value associated with the data manager entry for the key, or nil if no entry exists.  If multiple
        keys are specified, then multiple return values will be generated matching the argument order.