Jump to content

Recommended Posts

37 minutes ago, . . . said:

I want to make the radius of this function multiplied by the scale of the entity using it to find stuff if possible

Can you change it? Yes.
Should you? Generally no.
FindEntities doesn't use an entity to search for other entities, it uses a point and radius, so what you are asking for isn't really feasible on a global changing scale.

If you're talking about a specific prefab that uses FindEntities based on its own position, that's a little more feasible. If you could get away with just changing the function or specific arguments that are variables, that'd be nice but it's not a guarantee for a case like that. You'd probably have to change the function environment to use a fake TheSim that has your custom FindEntities.

Edited by penguin0616
  • Thanks 1

ya I realized hour later after posting this that it wouldn't help anyways because there's no data to get the entity that's using it only way is to change every single entity is findsim by replacing their functions and stuff using it..

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
×
  • Create New...