sgs_SetObjectData(P) [functions]
void sgs_SetObjectData( sgs_Context* C, sgs_StkIdx item, void* data )
Set the object data pointer of the specified stack item.
void sgs_SetObjectDataP( sgs_Context* C, sgs_Variable* var, void* data )
Set the object data 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.