Reorder Rooms
Jump to navigation
Jump to search
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.