> For the complete documentation index, see [llms.txt](https://docs.vames-store.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vames-store.com/assets/vms_clothestore/developer-api/client-exports.md).

# Client Exports

### OpenWardrobe

Export to open wardrobe for another resource such as apartments

```lua
exports['vms_clothestore']:OpenWardrobe()
```

***

### OpenManage

Export to open the clothing management menu in other resources such as apartments

```lua
exports['vms_clothestore']:OpenManage()
```

***

### OpenShare

Export to open menu for sharing saved clothes in other resources

```lua
exports['vms_clothestore']:OpenShare()
```
