Unpacked file-encoded debug symbol array dimension info. More...
#include <public/sourcepawn/sp_file_headers.h>
Public Attributes | |
| int16_t | tagid |
| uint32_t | size |
Unpacked file-encoded debug symbol array dimension info.
Okay, my mistake here. I apologize. I changed the packing by accident and there is no version bump aside from the presence of the native debug table. Cat's out of the bag for SourceMod and we have no choice but to shim compat for the old version. For people parsing plugins on their own, use the presence of the native debug table to decide this. If there are no natives (really, there is a very very low chance of this), heuristics might be necessary. I've bumped the version to 0x0102 but there may have been plugins in the 0x0101 window with no natives.
Definition at line 282 of file sp_file_headers.h.
Tag id
Definition at line 284 of file sp_file_headers.h.
Size of dimension
Definition at line 285 of file sp_file_headers.h.
1.7.1