sgs_GetStringPtr(P) [functions]
char* sgs_GetStringPtr( sgs_Context* C, sgs_StkIdx item )
Return the string data pointer of the specified stack item.
char* sgs_GetStringPtrP( sgs_Context* C, sgs_Variable* var )
Return the string data pointer of the specified variable.
- If item is out of bounds or not a string, NULL will be returned and ...
- in a debug build, one of the BreakIf macros will go off and stop the action.