![]() |
Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
Returns whether the item is in usable range of the unit.
inRange = IsItemInRange(item [, unit])
Arguments
Returns
- inRange
- boolean - Whether the item is in range; Returns
nilif there is no unit targeted or the item ID is invalid.
Example
Prints if you are within 4 yards range of the target by checking the
[Gin-Ji Knife Set] item range.[1]
/dump IsItemInRange(90175)
Patch changes
Patch 2.0.1 (2006-12-05): Added.
