sgs_GlobalCall [function]
SGSBOOL sgs_GlobalCall( sgs_Context* C, const char* name, int args, int expect )
Call the global variable name
as a function.
- Combination of global function retrieval and function call; see sgs_PushGlobalByName and sgs_FCall for more info on behavior.