var
halos =
world
.currentHaloTarget &&
world
.currentHaloTarget.halos;
//
check if dragging etc...
if
(halos && halos.detect(
function
(ea)
{
return
ea.infoLabel && ea.infoLabel.owner
}
))
{
return
;
}
Workspace
X
M
–