Reorder Rooms: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Event | event = Reorder Rooms | image = File:EditorReorderRooms.png | tablocation = Rooms | eventtype = ReorderRooms | versionorigin = r<code>Version</code> | shortcut = O }} '''Reorder Rooms''' is an event in the '''Rooms Tab''' that reorders the rooms in the Z axis. == Usage == The labels for Rooms 1-4 are able to be dragged below or above (Y-axis) eachother, moving them from front to back. == Surgery == <code>{ "bar": X, "beat": X, "y": 0, "type": "Reorder...") |
(No difference)
|
Latest revision as of 22:27, 7 February 2025
Reorder Rooms | |
---|---|
Tab | Rooms |
Type | ReorderRooms |
Origin | rVersion |
Shortcut | O |
Reorder Rooms is an event in the Rooms Tab that reorders the rooms in the Z axis.
Usage
The labels for Rooms 1-4 are able to be dragged below or above (Y-axis) eachother, moving them from front to back.
Surgery
{ "bar": X, "beat": X, "y": 0, "type": "ReorderRooms", "order": [2, 0, 1, 3] }
y (integer)
Must be 0.
order (integer[])
Order of the rooms, front to back. Length is always 4.
History
Trivia
- This is one of two events in the game to span more than one row, the other being Show Rooms Horizontally, spanning all four rows in the room tab. The two also visually last 1 beat no matter the timeline zoom.