Crosshair Image Changed
When the image used for the crosshair is changed
Variables
The following variables will be populated when this trigger executes:
Description | ||
---|---|---|
crosshairImageFile | string | The full filename and path of the crosshair image that was set |
crosshairImageIndex | number | The 0 based index of the previous crosshair image that was set Example: 1 |
crosshairImageName | string | The name of of the crosshair image that was set Example: Cross |
oldCrosshairImageFile | string | The full filename and path of the crosshair image that was set |
oldCrosshairImageIndex | number | The 0 based index of the previous crosshair image that was set Example: 3 |
oldCrosshairImageName | string | The name of of the previous crosshair image that was set Example: Circle |