Determines whether a loc with a given type ID and coordinate exists.
the type ID of the loc we are searching for
the coordinates of the loc we are searching for
whether or not a loc with the given type and coordinates exists.
local coord = osrs.ClientOp.coord()local foundLoc = osrs.ClientOp.locFind(1, coord) Copy
local coord = osrs.ClientOp.coord()local foundLoc = osrs.ClientOp.locFind(1, coord)
Determines whether a loc with a given type ID and coordinate exists.