libentities: deprecate in favour of official implementation

This commit is contained in:
REDxEYE
2024-11-04 21:17:20 +03:00
parent 7f5bc41835
commit a4b1b2100b
3 changed files with 0 additions and 23 deletions
-5
View File
@@ -50,11 +50,6 @@ entities.get_all_in_box(pos: vec3, size: vec3) -> array<int>
-- center - center of the area
-- radius - radius of the area
entities.get_all_in_radius(center: vec3, radius: number) -> array<int>
-- Returns a float array representing hitbox size from entity definition
entities.get_hitbox(uid: int)->array<int>
```
```lua