Hi,
does anyone know how to retrieve non strategic island objects via class names in ArmA in a script ?
the old
nearestObject [obj/pos,"type"]
function should work better now in arma but cause i dont know the correct class names i still cant use it properly, f.e.
nearestObject [player,"road"]
nearestObject [player,"bush"]
nearestObject [player,"tree"]
all dont deliver anything useful.
On the other hand
_posarray nearObjects ["static",_rad];
_posarray nearObjects ["building",_rad];
both seem to deliver the same array results :-\
any ideas / knowledges where to find a reference or documentation how to properly retrieve ANY specific island objects for arma islands ?