Checking type of entity?Solved
Where can i find a list of entity types...
like to tell if its a ore on the ground or if its a ore ya hit to gather?
if its a barel box or tc?
Also items on the ground..
If an entity has a class, you can check that with something like: if (entity is BasePlayer), otherwise you'd need to do a check against the prefab name.
Locked automatically