Skip to content

Commit

Permalink
Update ENTITY/IsEntityAtCoord.md
Browse files Browse the repository at this point in the history
add reference to enum

Co-authored-by: Jacob Paulin <[email protected]>
  • Loading branch information
BJDubb and JayPaulinCodes authored Nov 20, 2024
1 parent 35c8597 commit ac67c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ENTITY/IsEntityAtCoord.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ enum eTransportMode
* **zSize**: Z size of area to check
* **highlightArea**: draws a small marker at the center of the point
* **do3dCheck**: whether or not to check the z dimension
* **transportMode**: 0 for any, 1 for on foot, 2 for in vehicle.
* **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
Expand Down

0 comments on commit ac67c2c

Please sign in to comment.