sgs_ResumeState*** [functions]
SGSBOOL sgs_ResumeStateRet( sgs_Context* C, int args, int* outrvc )
Resumes the execution state, passing arguments and retrieving the number of returned values.
SGSBOOL sgs_ResumeStateExp( sgs_Context* C, int args, int expect )
Resumes the execution state, passing arguments and retrieving the specified number of returned values.
- Returns true if state was suspended and thus subsequently resumed.
args
must be bigger than or equal to the stack size.outrvc
can be NULL.