enum ReportFlags { Report_ShortFileNames = 0x0001, Report_NoCircularReferences = 0x0002, Report_SuppressOverallStats = 0x0004, Report_AddressesForAnonymObjsOnly = 0x0008, Report_SuppressMovieDefsStats = 0x0010, Report_NoEllipsis = 0x0020 };
Flags used for the objects report.
Members |
Description |
Report_ShortFileNames = 0x0001 |
Display short filenames (without paths). |
Report_NoCircularReferences = 0x0002 |
Avoid displaying circular references, which involved VMAbcFile. |
Report_SuppressOverallStats = 0x0004 |
Suppress overall statistics. |
Report_AddressesForAnonymObjsOnly = 0x0008 |
Display addresses only for anonymous objects (the ones that do not have any name). |
GFx_Player.h