> For the complete documentation index, see [llms.txt](https://xeavin.gitbook.io/the-insurgents-handbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xeavin.gitbook.io/the-insurgents-handbook/scripts/vm-call-targets/fs-menu-hide-rect.md).

# Fs Menu Hide Rect

### Signature

```c
void fsmenu_hiderect(int windowId, noWait); //id:0x701B
```

### Description

Hides a rectangle that was created via the [Fs Menu Regist Rect](/the-insurgents-handbook/scripts/vm-call-targets/fs-menu-regist-rect.md) function.

### Arguments

#### Window Identifier

The window the rectangle will be displayed in.

There are a total of 8 windows (0 -> 7) that can be used to simultaneously display several dialogues, shapes (textures), etc. at the same time.

#### No Wait

Waits until the rectangle is shown before executing next functions (0) or not (1).

### Notes

{% hint style="warning" %}
This function will just return if the rectangle menu section wasn't loaded via the [Fs Menu Load Resource](/the-insurgents-handbook/scripts/vm-call-targets/fs-menu-load-resource.md) function before.
{% endhint %}
