DFHack management.
core.hacks.
get_hack
Returns the hack titled <title>, or None if this does not exist.
title – the title of the hack.
get_hacks
Returns dict of available hacks.
is_dfhack_enabled
Returns YES if DFHack should be used.
open_dfhack_readme
Open the DFHack Readme in the default browser.
read_hacks
Reads which hacks are enabled.
toggle_dfhack
Toggles the use of DFHack.
toggle_hack
Toggles the hack <name>.
name – the name of the hack to toggle.
True if the hack is now enabled, False if the hack is now disabled, None on error (no change in status)
core.graphics module
core.helpers module