TreeComponent

abstract class TreeComponent<S : AbstractScript>(script: S, name: String)

Functions

execute
Link copied to clipboard
abstract fun execute()

Leave this be, used in the TreeScript to update the logic

toString
Link copied to clipboard
open override fun toString(): String

Properties

name
Link copied to clipboard
val name: String
script
Link copied to clipboard
val script: S

Inheritors

Branch
Link copied to clipboard
Leaf
Link copied to clipboard