Determines whether an obj with a given type ID and coordinate exists.
the type ID of the obj we are searching for
the coordinates of the obj we are searching for
whether or not an obj with the given type and coordinates exists.
local coord = osrs.ClientOp.coord()local foundObj = osrs.ClientOp.objFind(type, coord) Copy
local coord = osrs.ClientOp.coord()local foundObj = osrs.ClientOp.objFind(type, coord)
Determines whether an obj with a given type ID and coordinate exists.