SetAction

data class SetAction(val identifier: String, val value: Value) : Action

Action that sets a variable

Parameters

identifier

Identifier of the variable to set

value

Value to set

Constructors

Link copied to clipboard
constructor(identifier: String, value: Value)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val algorithmString: String

String representation of the action

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun execute(context: Context): Context

Execute the action in the given context