app
/
org.powbot.api.script.tree
/
Leaf
Leaf
abstract class
Leaf
<
S
:
AbstractScript
>(script:
S
, name:
String
) :
TreeComponent
<
S
>
Content copied to clipboard
Functions
Properties
Inheritors
Functions
execute
Link copied to clipboard
abstract fun
execute
()
Content copied to clipboard
Leave this be, used in the TreeScript to update the logic
to
String
Link copied to clipboard
open override fun
toString
():
String
Content copied to clipboard
Properties
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
script
Link copied to clipboard
val
script
:
S
Content copied to clipboard
Inheritors
SimpleLeaf
Link copied to clipboard