sgs_LoadArgs [function alias]
SGSBOOL sgs_LoadArgs( sgs_Context* C, const char* cmd, ... )
Parse the stack items and retrieve their data according to cmd
, starting from item 0.
- For more info on syntax and usage, refer to sgs_LoadArgsExt(VA).
- Alias to
sgs_LoadArgsExt( C, 0, cmd, ... )
.