Package one.empty3.library.core.script
Interface Run
public interface Run
-
Method Summary
Modifier and TypeMethodDescriptionvoid
evaluateExpression
(Expression expression) void
executeInstruction
(Instruction instruction) void
getVariableValue
(Variable variable, Value value) void
loopSubCode
(SubCode subcode) void
void
setVariableValue
(Variable variable, Value value)
-
Method Details
-
evaluateExpression
-
executeInstruction
-
getVariableValue
-
loopSubCode
-
runCode
-
setVariableValue
-