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