sgs_Get(Err)OutputFunc [function]
void sgs_GetOutputFunc( sgs_Context* C, sgs_OutputFunc* outfunc, void** outuserdata )
void sgs_GetErrOutputFunc( sgs_Context* C, sgs_OutputFunc* outfunc, void** outuserdata )
Retrieves the currently set (error) output function.
- Validity of the returned function pointer is assured as long as engine internals are not touched anywhere.