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