5 lines
197 B
Lua
5 lines
197 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param backward boolean
|
|
---Cycles targets through nearest units regardless of reaction/affiliation
|
|
function TargetNearest(backward) end |