app
/
org.powbot.api
/
MenuCommand
Menu
Command
open class
MenuCommand
(a:
String
?, o:
String
?)
Content copied to clipboard
MenuCommand A component of the Menu containing an action and option.
Constructors
Functions
Properties
Constructors
MenuCommand
Link copied to clipboard
fun
MenuCommand
(a:
String
?, o:
String
?)
Content copied to clipboard
Functions
equals
Link copied to clipboard
open operator override fun
equals
(o:
Any
?):
Boolean
Content copied to clipboard
hash
Code
Link copied to clipboard
open override fun
hashCode
():
Int
Content copied to clipboard
to
String
Link copied to clipboard
open override fun
toString
():
String
Content copied to clipboard
Properties
action
Link copied to clipboard
val
action
:
String
Content copied to clipboard
option
Link copied to clipboard
val
option
:
String
Content copied to clipboard