AMX Mod X API Documentation

Signature
native dbg_trace_begin();
Description

Returns a trace handle for the item at the top of the traced call stack.

Notes
  • Intended for use inside an error handler set with set_error_filter()
Returns

Trace handle, 0 if no debugging information is available

Назад
Верх