> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dotouch-emu.com/llms.txt
> Use this file to discover all available pages before exploring further.

# openBank

> Ouvrir l'interface de la banque (méthode de commodité sur l'inventaire).

Ouvrir l'interface de la banque (méthode de commodité sur l'inventaire).

#### 🎮 Méthode

```lua theme={null}
inventory:openBank()
```

#### 💎 Valeur de retour

| Type   | Description |
| ------ | ----------- |
| `void` | —           |

#### 💡 Exemple

```lua theme={null}
inventory:openBank()
global:delay(1000)
bank:transferAll()
bank:close()
```
