Skip to content

Commit

Permalink
Update ENTITY/IsEntityAtCoord.md
Browse files Browse the repository at this point in the history
better return values formatting

Co-authored-by: Jacob Paulin <[email protected]>
  • Loading branch information
BJDubb and JayPaulinCodes authored Nov 20, 2024
1 parent ac67c2c commit cb93fe8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ENTITY/IsEntityAtCoord.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ enum eTransportMode
* **transportMode**: The transport mode used for the check (See `eTransportMode` enum)

## Return value
* **TRUE**: if the entity is within the bounds specified and aligns with the transport mode
* **FALSE**: if the entity is not within the bounds specified or does not align with the transport mode
Returns `true` if the entity is within the bounds specified and aligns with the transport mode, `false` otherwise.

## Examples
```lua
Expand Down

0 comments on commit cb93fe8

Please sign in to comment.