SourcePawn::CallStackInfo Struct Reference

Information about a position in a call stack. More...

#include <public/sourcepawn/sp_vm_api.h>

List of all members.

Public Attributes

const char * filename
unsigned int line
const char * function


Detailed Description

Information about a position in a call stack.

Definition at line 885 of file sp_vm_api.h.


Member Data Documentation

const char* SourcePawn::CallStackInfo::filename

NULL if not found

Definition at line 887 of file sp_vm_api.h.

unsigned int SourcePawn::CallStackInfo::line

0 if not found

Definition at line 888 of file sp_vm_api.h.

const char* SourcePawn::CallStackInfo::function

NULL if not found

Definition at line 889 of file sp_vm_api.h.


The documentation for this struct was generated from the following file:
Generated on Fri Nov 21 06:10:05 2008 for SourceMod SDK by  doxygen 1.5.1