blob: 43c55fa59499cd14bf5a49752d7d57d74dd91683 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
These pane bindings are available to container interface panes and include functions not specifically related to widgets within the pane.
---
#### `EntityId` pane.containerEntityId()
Returns the entity id of the container that this pane is connected to.
---
#### `EntityId` pane.playerEntityId()
Returns the entity id of the player that opened this pane.
---
#### `void` pane.dismiss()
Closes the pane.
|