I'm wondering if there is an expression to obtain all UIDs of duplicate objects that are overlapping.
To offer more clarity on what I'm trying to do, I'm thinking something like this:
If sprite = is overlapping sprite -> call function "overlap" (sprite.UID1) (sprite.UID2)
Thanks in advanced for any help!