Skip to content

Commit

Permalink
fix(resources/qbx_core): use GetEntitiesInBucket in example (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
polar1s7 authored Oct 11, 2024
1 parent 2e28f7a commit b2b40b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/resources/qbx_core/exports/server.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ Returns: `integer[] | false`
Returns a list of all the entities in the given bucket, or `false` if there are no known entity buckets.

```lua
exports.qbx_core:GetPlayersInBucket(bucket)
exports.qbx_core:GetEntitiesInBucket(bucket)
```

- bucket: `integer`
Expand Down

0 comments on commit b2b40b6

Please sign in to comment.