diff options
Diffstat (limited to 'doc/lua/openstarbound/interface.md')
-rw-r--r-- | doc/lua/openstarbound/interface.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/lua/openstarbound/interface.md b/doc/lua/openstarbound/interface.md index 1214865..a0e50eb 100644 --- a/doc/lua/openstarbound/interface.md +++ b/doc/lua/openstarbound/interface.md @@ -19,6 +19,8 @@ Sets the HUD's visibility. Returns the HUD's visibility. +--- + #### `PaneId` interface.bindRegisteredPane(`string` paneName) Binds a registered pane (defined in `/source/frontend/StarMainInterfaceTypes`) to a Lua value, which can then call widget functions on that pane. <details><summary><b>Panes</b></summary> |