sgs_SetObjectIface(P) [functions]
void sgs_SetObjectIface( sgs_Context* C, sgs_StkIdx item, sgs_ObjInterface* iface )
Set the object interface pointer of the specified stack item.
void sgs_SetObjectIfaceP( sgs_Context* C, sgs_Variable* var, sgs_ObjInterface* iface )
Set the object interface pointer of the specified variable.
- If item is out of bounds or not an object, pointer will not be set, and ...
- in a debug build, one of the BreakIf macros will go off and stop the action.