|
Zen API
|
| void kValue_Import | ( | kType | type, |
| void * | value, | ||
| const void * | source | ||
| ) |
Imports the content of another value into this value.
This method supports importing content from an external source, which may have a different size. In particular, array value types such as kText32 can import from a null-terminated source array of a different length.
| type | Value type. |
| value | Pointer to value. |
| source | Source for import. |