Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
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.

Parameters
typeValue type.
valuePointer to value.
sourceSource for import.