Skip to main content

13 docs tagged with "Logic"

View All Tags

For Loop

The For Action can be set with incremental steps in a loop.

Function

A function in Lua is a reusable block of code that performs a specific task when you call it. It’s useful because it keeps your Grid Editor scripts cleaner, avoids repeating code, and makes actions easier to organize and reuse.

Global Variables

Global Variables Block allows you to define Global Variables in a nice Block format, instead of doing them in the Code Block.

If, Elseif, Else

The If Block serves as the most basic logic operator for Grid Editor. When using such a Block you're able to create additional conditions for running actions in case of an Event trigger.

Local Variables

Local Variables Block allows you to define Local Variables in a nice Block format, instead of creating them in the Code Block.

Self Variables

Self Variables Block allows you to define Self Variables in a nice Block format, instead of doing them in the Code Block.