> For the complete documentation index, see [llms.txt](https://docs.av-scripts.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.av-scripts.com/guides/house-robbery/exports.md).

# Exports

* There's only one export available and is used to know if a player is inside a house, trigger it from any client side file:

```lua
local inHouse = exports['av_houserobbery']:insideHouse()
print(inHouse) -- It will print true or false
```
