sgs_ObjSetMetaObj [function]
void sgs_ObjSetMetaObj( sgs_Context* C, sgs_VarObj* obj, sgs_VarObj* metaobj )
Set metaobj
as the meta-object of object obj
.
obj
must always point to an object,metaobj
can be NULL.