Daedalus Dock - Modules - Types

code/__HELPERS/cmp.dm

/proc/cmp_bodypart_by_body_part_asc Orders bodyparts by their body_part value, ascending.
/proc/cmp_bodyparts_display_order Orders bodyparts by how they should be shown to players in a UI
/proc/cmp_port_order_asc Orders by integrated circuit weight
/proc/cmp_uplink_category_desc Orders by uplink category weight
/proc/cmp_crafting_req_priority Sorts crafting recipe requirements before the crafting recipe is inserted into GLOB.crafting_recipes
/proc/cmp_heretic_knowledge Orders heretic knowledge by priority
/proc/cmp_fusion_reaction_des Orders R-UST fusion by priority
/proc/cmp_zm_render_order Sort by plane, then by layer. Approximately BYOND rendering order.
/proc/cmp_pref_modules Sort modules by priority
/proc/cmp_design_name Orders designs by name
/proc/cmp_list_length Orders lists by the size of lists in their contents
/proc/cmp_codex_name Orders codex entries by name alphabetically