Jump to content

Exclude non interactable things


Recommended Posts

How to exclude things like:
[00:01:41]: 100028 - rain    
[00:01:41]: 100029 - snow    
[00:01:41]: 100030 - pollen    
[00:01:41]: 114355 - globalplayericon    
[00:01:41]: 114271 - heatrocklight   

I want to find all interactable things in range of inst. So trees, buildings, items, animals, items in Limbo and so on.
local ents = GLOBAL.TheSim:FindEntities(x, y, z, 10, nil, nil,nil)
But I don't want to find things like stated above ^^ But I don't know if they all have a specific Tag that I could exclude?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
  • Create New...