Scaleform::GFx::ParseControl::VerboseParseConstants

Scaleform::GFx::ParseControl::VerboseParseConstants
enum VerboseParseConstants {
  VerboseParseNone = 0x00,
  VerboseParse = 0x01,
  VerboseParseAction = 0x02,
  VerboseParseShape = 0x10,
  VerboseParseMorphShape = 0x20,
  VerboseParseAllShapes = VerboseParseShape|VerboseParseMorphShape,
  VerboseParseAll = VerboseParse|VerboseParseAction|VerboseParseAllShapes
};
Description

VerboseParseConstants determine what messages are output to log during the SWF file parsing.

Members
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. 
File

GFx_Loader.h