Skip to content

Commit 4d8add1

Browse files
committed
API - Units Documentation Update
1 parent a05034a commit 4d8add1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

System/API/Units.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ br.api.units = function(self)
88
local units --= self.units
99

1010
--- 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
1313
-- @function units.get
1414
-- @number range - Distance in yards to look for the "best" unit
1515
-- @boolean[opt=false] aoe - If true, looks for best unit anywhere in range, otherwise only units you are facing will be considered.

0 commit comments

Comments
 (0)