Modding:Lua/Tables/Containerpane

From Starbounder - Starbound Wiki
Jump to: navigation, search

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.

Quick Navigation