> For the complete documentation index, see [llms.txt](https://rsb.inanevin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rsb.inanevin.com/api/dynamic-scope-system.md).

# Dynamic Scope System

## Static Variables

| Type             | Name                         | Description                                                                    | Access    |
| ---------------- | ---------------------------- | ------------------------------------------------------------------------------ | --------- |
| **static float** | `instance`                   | Singleton instance of this class.                                              | Read-Only |
| **static float** | `ScopeSensitivityMultiplier` | The sensitivity multiplier value according to the current selected zoom level. | Read-Only |

## Public Methods

| Return Type | Name              | Signature                             | Description                                                            |
| ----------- | ----------------- | ------------------------------------- | ---------------------------------------------------------------------- |
| **void**    | `ScopeActivation` | (bool, BulletProperties, float, bool) | Activates/deactivates the scope reticle, along with DSS functionality. |
