Simple Leaf
class SimpleLeaf<S : AbstractScript>(script: S, name: String, action: () -> Unit) : Leaf<S>
Content copied to clipboard
Allows Scripters to create a very basic leaf that will execute a lambda Unit.
Constructors
SimpleLeaf
Link copied to clipboard
fun <S : AbstractScript> SimpleLeaf(script: S, name: String, action: () -> Unit)
Content copied to clipboard