sgs_DebugDumpVarExt [functions]
const char* sgs_DebugDumpVarExt( sgs_Context* C, sgs_Variable var, int maxdepth )
Push a string containing variable data and return const char* to it.
- If
maxdepth
is negative, variable is converted to a normal string (sgs_ToString) instead of dump string (sgs_DumpVar).