diff options
author | Bottinator22 <59987380+Bottinator22@users.noreply.github.com> | 2025-02-08 13:10:08 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-08 13:10:08 -0800 |
commit | a3cdca7317f58c32831c2139acc36fcbcfa885d0 (patch) | |
tree | 8a198a3c758ee754a6aacbf1aed808d8cea329e0 /doc | |
parent | 060fdb655039e735cc731aa28dbbd4f821d897c1 (diff) |
guh
Diffstat (limited to 'doc')
-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> |