> For the complete documentation index, see [llms.txt](https://docs.cherax.vip/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cherax.vip/lua-documentation/api-reference/natives/worldprobe.md).

# WORLDPROBE

```
int START_SHAPE_TEST(float fromX, float fromY, float fromZ, float toX, float toY, float toZ, Entity ignore)
Entity GET_HIT_ENTITY(int handle)
vec3 GET_HIT_COORDS(int handle)
bool DID_HIT_ANYTHING(int handle)
```
