Declaration
func IsInsideSphere(target entity, center Vector3, radius float) bool
go
Determines whether the target entity is within the specified sphere. If the entity has no position attribute, it will return false.
func IsInsideSphere(target entity, center Vector3, radius float) bool
go