Information about a position in a call stack. More...
#include <public/sourcepawn/sp_vm_api.h>
Public Attributes | |
| const char * | filename |
| unsigned int | line |
| const char * | function |
Information about a position in a call stack.
Definition at line 896 of file sp_vm_api.h.
| const char* SourcePawn::CallStackInfo::filename |
NULL if not found
Definition at line 898 of file sp_vm_api.h.
| unsigned int SourcePawn::CallStackInfo::line |
0 if not found
Definition at line 899 of file sp_vm_api.h.
| const char* SourcePawn::CallStackInfo::function |
NULL if not found
Definition at line 900 of file sp_vm_api.h.
1.7.1