greyscale_previews 
Procs | |
| ExportMapPreviews | Goes through all the valid GAGS item types in subtypes that fall under the types specified in types_that_get_their_own_file, creating a .dmi for each. |
|---|---|
| build_preview_worklists | Builds a worklist of all the item types to try making a GAGS preview icon for. |
| build_type_category_map | Sets up the list of types to process for organizing icons into their respective .dmi. |
| check_map_previews_filepath_order | Checks that we do not have any parent types coming before subtypes in the types_that_get_their_own_file list (which is an assoc list (filepath, typepath)) |
Proc Details
ExportMapPreviews
Goes through all the valid GAGS item types in subtypes that fall under the types specified in types_that_get_their_own_file, creating a .dmi for each.
build_preview_worklists
Builds a worklist of all the item types to try making a GAGS preview icon for.
build_type_category_map
Sets up the list of types to process for organizing icons into their respective .dmi.
check_map_previews_filepath_order
Checks that we do not have any parent types coming before subtypes in the types_that_get_their_own_file list (which is an assoc list (filepath, typepath))