sgs_DebugPrintVar [function alias]
const char* sgs_DebugPrintVar( sgs_Context* C, sgs_Variable var )
Push a string, converted from variable and return const char* to it.
- Alias to
sgs_DebugDumpVarExt( C, var, -1 )
. - For more info, see sgs_DebugDumpVarExt.