Skip to content

Commands View

F-Dudley edited this page Sep 26, 2025 · 1 revision

View Commands


Movement

Moves the local viewport, if the component allows it, in the specified direction and amount.

Example: View Move <DIRECTION> <AMOUNT>

  • DIRECTION: The direction to move the viewport in.
    • UP: Moves the viewport up.
    • DOWN: Moves the viewport down.
    • LEFT: Moves the viewport left.
    • RIGHT: Moves the viewport right.

- `AMOUNT`: The amount to move the viewport by.

Zoom

Zooms the local viewport, if the component allows it, in the specified direction and amount.

Example: View Zoom <DIRECTION> <AMOUNT>

  • DIRECTION: The direction to zoom the viewport in.
    • UP: Zooms the viewport in.
    • DOWN: Zooms the viewport out.
  • AMOUNT: The amount to zoom the viewport by.

Focus

Focuses the local viewport, if the component allows it, on the specified local item.

Example: View Focus <INDEX>

  • INDEX: The index of the item to focus on.

Clone this wiki locally