Warning: value_array_to_args is deprecated.
Extracts a ValueArray into the provided arguments, which must consist of pairs of a Type and a value of pointer-to-that-type, terminated by INVALID.
Use Variant API instead.
The returned values will point to the same memory as the values in the array.
array |
a ValueArray |
args |
arguments to extract |
success or failure |