sgs_X(This)Call [function aliases]
int sgs_XCall( sgs_Context* C, int args )
int sgs_XThisCall( sgs_Context* C, int args )
Call the function with the arguments on stack, returning variables on stack and their count.
- Aliases to sgs_XFCall, for the first function
gotthis = 0
, for the secondgotthis = 1
.