Skip to content

Commit

Permalink
Add ui_DebugAltClick tip
Browse files Browse the repository at this point in the history
  • Loading branch information
lL1l1 committed Jan 14, 2025
1 parent 6ff8c5c commit 55ea477
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/development/developmentEnviroment.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ Helpful hotkeys and resource you can use in game
- In the Console run `SimLua` with Lua code to test Sim code, and `UI_Lua` to test UI code.
- The Sim-side global function `SelectUnit()` gives the sim-side of the currently selected unit; useful for testing scripts or logging information.
- In the Console run `ui_SelectAnything` to be able to select enemy units; useful for copying test scenarios or debugging selected units.
- In the Console run `ui_DebugAltClick` to be able to quickly switch armies by <kbd>Alt</kbd> + left-clicking a unit in the army you want to switch to.

## Frequently asked Questions (FAQ)

Expand Down
1 change: 1 addition & 0 deletions setup/setup-english.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ Helpful hotkeys and resource you can use in game
- In the Console run `SimLua` with Lua code to test Sim code, and `UI_Lua` to test UI code.
- The Sim-side global function `SelectUnit()` gives the sim-side of the currently selected unit; useful for testing scripts or logging information.
- In the Console run `ui_SelectAnything` to be able to select enemy units; useful for copying test scenarios or debugging selected units.
- In the Console run `ui_DebugAltClick` to be able to quickly switch armies by <kbd>Alt</kbd> + left-clicking a unit in the army you want to switch to.

Frequently asked Questions (FAQ)
--------------------------------
Expand Down

0 comments on commit 55ea477

Please sign in to comment.