sgs_ObjCallDtor [function]
void sgs_ObjCallDtor( sgs_Context* C, sgs_VarObj* obj )
Call the DESTRUCT object callback.
- This function is to be used in cases where objects are owned by a single entity but have handles all over the place - calling this function would not delete the object but would free its resources, thus leaving handles intact, with their states updated.