sgs_ParseMethod [function]
SGSBOOL sgs_ParseMethod( sgs_Context* C, sgs_ObjInterface* iface, void** ptrout, const char* name );
Implements method parsing.
- If object of the right type is first in the stack, its data pointer is received.
- Function also registers its name to
name
.