Entity::distSquared
Function that gets the squared distance between two entities.
Parameters
- position: Vector3
Syntax
Server-Side
entity.distSquared(entity2.position);
Function that gets the squared distance between two entities.
entity.distSquared(entity2.position);