Skip to content
This repository was archived by the owner on Oct 30, 2021. It is now read-only.

State Object

Markus edited this page Nov 25, 2020 · 2 revisions

Structure

{
  filter = "" or {}, -- The filter for the state. Can either be a string or a table of strings
  func = function() end -- The function to run for the filter
}

Clone this wiki locally