Daedalus Dock - Modules - TypesVar Details - Proc Details

quirks

Vars

quirk_blacklistA list of quirks that can not be used with each other.
quirksAssociative list of "name" = /path/ of quirks
sorted_quirksSame as the above but sorted by the quirk cmp

Procs

filter_invalid_quirksTakes a list of quirk names and returns a new list of quirks that would be valid. If no changes need to be made, will return the same list. Expects all quirk names to be unique, but makes no other expectations.
get_quirksReturns the list of possible quirks

Var Details

quirk_blacklist

A list of quirks that can not be used with each other.

quirks

Associative list of "name" = /path/ of quirks

sorted_quirks

Same as the above but sorted by the quirk cmp

Proc Details

filter_invalid_quirks

Takes a list of quirk names and returns a new list of quirks that would be valid. If no changes need to be made, will return the same list. Expects all quirk names to be unique, but makes no other expectations.

get_quirks

Returns the list of possible quirks