api/options/LayoutEditor/Bars
PitBull4.Options.GetBarLayoutDB(module)
Return the DB dictionary for the current text for the current layout selected in the options frame.
BarProvider modules should be calling this and manipulating data within it.
Parameters
- module
- the bar_provider module
Return value
the DB dictionary for the current text
Usage
local db = PitBull.Options.GetTextLayoutDB(MyModule); db.some_option = "something"
Comments