Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleCreate a filter.lua module to start building a filter function

Use the Create a File button to create a new filters.lua file in your Project Tree. Click Create.

Notice that when you create a new lua file, Iguana will automatically add a require statement Require Statement to main.lua.

See /wiki/spaces/IXB/pages/3181903910 for why we created a separate lua module specifically for filtering.

...