File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ br.api.units = function(self)
8
8
local units -- = self.units
9
9
10
10
--- Gets the "best" unit within a specified range in front or around the player.
11
- -- /nCall once per profile rotation and use the variable it creates in br.player.units
12
- -- /nIE : units.get(5,false) makes units.dyn5, units.get(8,true) makes units.dyn8AOE
11
+ -- Call once per profile rotation and use the variable it creates in br.player.units
12
+ -- IE : units.get(5,false) makes units.dyn5, units.get(8,true) makes units.dyn8AOE
13
13
-- @function units.get
14
14
-- @number range - Distance in yards to look for the "best" unit
15
15
-- @boolean[opt=false] aoe - If true, looks for best unit anywhere in range, otherwise only units you are facing will be considered.
You can’t perform that action at this time.
0 commit comments