Menu
object Menu
Content copied to clipboard
Menu
An interface of the menu which appears when right-clicking in the game. An example f this menu is:
Walk here
Examine Tree
Drop Coins
Types
Text Filter
Link copied to clipboard
class TextFilter(action: String?, option: String?) : Filter<MenuCommand>
Content copied to clipboard
Functions
commands
Link copied to clipboard
Returns an array of the current menu commands available.
contains
Link copied to clipboard
Checks if the menu contains any MenuCommand matching the filter.
contains Action
Link copied to clipboard
Checks if the menu contains the specified action.
filter
Link copied to clipboard