#include <public/sourcepawn/sp_file_headers.h>
Public Attributes | |
| int32_t | addr |
| int16_t | tagid |
| uint32_t | codestart |
| uint32_t | codeend |
| uint8_t | ident |
| uint8_t | vclass |
| uint16_t | dimcount |
| uint32_t | name |
Definition at line 201 of file sp_file_headers.h.
Address rel to DAT or stack frame
Definition at line 203 of file sp_file_headers.h.
Tag id
Definition at line 204 of file sp_file_headers.h.
Start scope validity in code
Definition at line 205 of file sp_file_headers.h.
End scope validity in code
Definition at line 206 of file sp_file_headers.h.
Variable type
Definition at line 207 of file sp_file_headers.h.
Scope class (local vs global)
Definition at line 208 of file sp_file_headers.h.
Dimension count (for arrays)
Definition at line 209 of file sp_file_headers.h.
Offset into debug nametable
Definition at line 210 of file sp_file_headers.h.
1.5.1