enum VerboseParseConstants { VerboseParseNone = 0x00, VerboseParse = 0x01, VerboseParseAction = 0x02, VerboseParseShape = 0x10, VerboseParseMorphShape = 0x20, VerboseParseAllShapes = VerboseParseShape|VerboseParseMorphShape, VerboseParseAll = VerboseParse|VerboseParseAction|VerboseParseAllShapes };
VerboseParseConstants determine what messages are output to log during the SWF file parsing.
|
Members |
Description |
|
VerboseParseNone = 0x00 |
No parse related messages are output to the log. |
|
VerboseParse = 0x01 |
General SWF Tag parsing information is output to the log. |
|
VerboseParseAction = 0x02 |
Disassembly of loaded ActionScript is output to the log. |
|
VerboseParseShape = 0x10 |
Information about shape structures, including paths, is output to the log. |
|
VerboseParseMorphShape = 0x20 |
Information about morph shape structures is output to the log. |
|
VerboseParseAllShapes = VerboseParseShape|VerboseParseMorphShape |
Information about both regular and morph shapes is output to the log. |
|
VerboseParseAll = VerboseParse|VerboseParseAction|VerboseParseAllShapes |
Combines all parse logging flags, outputting maximum information. |
GFx_Loader.h