Skip to content

Commit

Permalink
chore: improve getClosestEntities description (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
xxshady authored Apr 3, 2024
1 parent 94fc6e6 commit c0d0aef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3272,8 +3272,8 @@ declare module "alt-server" {
* ```
*
* @param position
* @param range
* @param dimension
* @param range Can be set to `0` to get entities in any range.
* @param dimension Can be set to {@link "alt-shared".globalDimension} to get entities in any dimension.
* @param limit How many entities to return if there are more entities in the specified range, dimension. (`-1` to disable).
* @param allowedTypes
*
Expand Down

0 comments on commit c0d0aef

Please sign in to comment.