ui
Package available through wally under alicesaidhi/conch-ui
or on pesde as alicesaidhi/conch_ui
.
Functions
bind_to()
Binds the activation of Conch to a given user input or keycode. This automatically mounts the UI if it has not yet been mounted.
Type
luaufunction ui.bind_to(input: Enum.KeyCode | Enum.UserInputType)
mount()
Mounts the UI to the PlayerGui.
Type
luaufunction ui.mount()
opened()
A vide source that stores if the UI is enabled or not. When called with a boolean, sets it to that boolean. Otherwise, returns the currently stored boolean.
Type
luaufunction ui.opened(new: boolean): boolean function ui.opened(): boolean
app()
Refers to the UI component for the Conch UI.
Type
luaufunction ui.app()