Check if the current bank door is open. (Works only if the player is inside a bank)Documentation Index
Fetch the complete documentation index at: https://docs.markz3d.com/llms.txt
Use this file to discover all available pages before exploring further.
| Argument | Data Type | Needed | Default | Description |
|---|---|---|---|---|
doorId | string | ✅ | - | Internal id to refer the door, generally can be one of the following values: vault, prevault, shutters |
Returns
Returns
| Type | Description |
|---|---|
| boolean | true if the door is open, false otherwise |
Example
Example