ACE3/documentation/feature/scopes.md
Josuan Albin d1187ad82e Documentation pass 8
- Finished: MicroDAGR doc, note that the images can't be viewed properly on GitHub.
- Coding guidelines are more readable now, added the STRING family of macros to it.
- How to enable dragging / carrying added to dragging / carrying framework with a BIG disclaimer that the functions are not public and may change.
- Shortcut updated to fit the convention established in the shortcut page.
2015-07-01 21:19:26 +02:00

32 lines
961 B
Markdown

---
layout: wiki
title: Scopes
description: Scope adjustment
group: feature
parent: wiki
---
## 1. Overview
### Sniper Scope Adjustment
Allows snipers to adjust their scopes horizontally and vertically in mils.
## 2. Usage
### 2.1 Adjusting your scope vertically
Please not that the following key combinations are ACE3 default key binds.
- Minor adjustment up <kbd>Page Up</kbd>.
- Minor adjustment down <kbd>page Down</kbd>.
- Major adjustment up <kbd>&nbsp;Shift</kbd> + <kbd>Page Up</kbd>.
- Major adjustment down <kbd>&nbsp;Shift</kbd> + <kbd>page Down</kbd>.
### 2.2 Adjusting your scope horizontally
- Minor adjustment right <kbd>Ctrl</kbd> + <kbd>Page Up</kbd>.
- Minor adjustment left <kbd>Ctrl</kbd> + <kbd>page Down</kbd>.
- Major adjustment right <kbd>Ctrl</kbd> + <kbd>&nbsp;Shift</kbd> + <kbd>Page Up</kbd>.
- Major adjustment left <kbd>Ctrl</kbd> + <kbd>&nbsp;Shift</kbd> + <kbd>page Down</kbd>.
## 3. Dependencies
`ace_common`