hytopia
Version:
The HYTOPIA SDK makes it easy for developers to create massively multiplayer games using JavaScript or TypeScript.
59 lines (28 loc) • 730 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [client](./client.md) > [HytopiaUI](./client.hytopiaui.md) > [disconnectArrow](./client.hytopiaui.disconnectarrow.md)
## HytopiaUI.disconnectArrow() method
Removes an arrow by its ID.
**Signature:**
```typescript
disconnectArrow(arrowId: number): void;
```
## Parameters
<table><thead><tr><th>
Parameter
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
arrowId
</td><td>
number
</td><td>
The arrow ID to remove
</td></tr>
</tbody></table>
**Returns:**
void
## Exceptions
Error if the arrow ID does not exist