enum FileUse { File_Regular, File_Import, File_ImageImport, File_LoadMovie, File_LoadVars, File_LoadXML, File_LoadCSS, File_Sound };
Enumeration to describe file usage, such as regular, import, image import, etc.
Members |
Description |
File_Regular |
File will be used as a regular file, and is not represented by any other enum. |
File_Import |
File will be imported by another SWF/GFx file. |
File_ImageImport |
File will be used as an image resource (exported using the GFxExport tool). |
File_LoadMovie |
File will be used by the LoadMovie ActionScript class/methods. |
File_LoadVars |
File will be used by the LoadVars ActionScript class/methods. |
File_LoadXML |
File will be used by the LoadXML ActionScript class/methods. |
File_LoadCSS |
File will be used by the LoadCSS ActionScript class/methods. |
File_Sound |
File will be used as a sound file. |
GFx_Loader.h