Warning: value_array_from_args is deprecated.
Creates a ValueArray from the provided arguments, which must consist of pairs of a Type and a value of that type, terminated by INVALID.
Use Variant API instead.
(The array will contain copies of the provided data rather than pointing to the passed-in data directly.)
args |
arguments to create a ValueArray from |
a new ValueArray, or |