luaatc_textline_default_font (Default font) string lcd

luaatc_textline_default_color (Default text color) string #FFC000

# You may want to disable this if font_api is not present.
# There is no workaround, though.
luaatc_textline_use_font_api (Use Font API) bool true

# Delay between `display` events.
# Set to 0 to disable `display` events.
luaatc_textline_display_interval (`display` event interval) float 0.5

# Delay between `refresh` events.
# `refresh` events are prioritized over `display` events.
# Set to 0 to disable `refresh` events.
luaatc_textline_refresh_interval (`refresh` event interval) float 3

# If enabled, registers a LBM that makes LuaATC textlines check for their
# entities when loaded.
luaatc_textline_register_lbm (Register entity-checking LBM) bool true

# If enabled, LuaATC textlines will check for their entity every time
# they are loaded.
# May help if you /clearobjects a lot.
luaatc_textline_lbm_at_every_load (Run LBM at every load) bool false
