Reorder Row

Revision as of 11:00, 24 June 2025 by Azabiphetamine (talk | contribs) (Created page with "{{Event | event = Reorder Row | image = File:EditorReorderRow.png | tablocation = VFX | eventtype = ReorderRow | versionorigin = r<code>version</code> | shortcut = Shift+O }} '''Reorder Row''' is an event in the '''VFX Tab''' that reorders rows' orders and rooms. == Usage == {| class="wikitable" ! Setting !! Type !! Description |- | Row || Dropdown (Number) || Row to reorder. |- | Room || Dropdown (Number) || Room to change to. |- | Order || Text Box (Number) ||...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Reorder Row
Screenshot of the Event Icon Reorder Row
TabVFX
TypeReorderRow
Originrversion
ShortcutShift+O

Reorder Row is an event in the VFX Tab that reorders rows' orders and rooms.

Usage

Setting Type Description
Row Dropdown (Number) Row to reorder.
Room Dropdown (Number) Room to change to.
Order Text Box (Number) Order to change to. A greater number means the row is under lower-ordered rows on the Y axis, and above lower-ordered rows on the Z axis.
Transition Buttons (Enum) Transition: instantly or with a puff of smoke. If "None" is chosen, the position won't be affected, but order/room change will.

Surgery

{ "bar": X, "beat": X, "y": X, "type": "ReorderRow", "row": 0, "newRoom": 0, "order": 1, "transition": "Smooth" }

row (number)
Goes from 0 to the amount of rows in the level minus one. Row to apply the effect on.

newRoom (number) (optional)
Room to go to. 0-indexed. (0-3)

order (number) (optional)
Order of the row. 1-indexed. Minimum 1.

transition (enum)
Either Smooth, Instant, or None.

History

Trivia