scope
Vars | |
range_modifier | How far we can extend, with modifier of 1, up to our vision edge, higher numbers multiply. |
---|---|
tracker | Fullscreen object we use for tracking the shots. |
Procs | |
get_target | We find and return the best target to hit on a given turf. |
start_zooming | We start zooming by hiding the mouse pointer, adding our tracker overlay and starting our processing. |
stop_zooming | We stop zooming, canceling processing, resetting stuff back to normal and deleting our tracker. |
Var Details
range_modifier
How far we can extend, with modifier of 1, up to our vision edge, higher numbers multiply.
tracker
Fullscreen object we use for tracking the shots.
Proc Details
get_target
We find and return the best target to hit on a given turf.
Arguments:
- target_turf: The turf we are looking for targets on.
start_zooming
We start zooming by hiding the mouse pointer, adding our tracker overlay and starting our processing.
Arguments:
- user: The mob we are starting zooming on.
stop_zooming
We stop zooming, canceling processing, resetting stuff back to normal and deleting our tracker.
Arguments:
- user: The mob we are canceling zooming on.