Class ComputedVariableBlock
- Namespace
- LunyScript.Blocks
- Assembly
- LunyScript.dll
Abstract base for variable blocks that compute their value on-the-fly from runtime context rather than reading from a Table entry. TargetHandle is permanently null, so Set/Add/etc. will throw LunyScriptVariableException ("Cannot modify read-only variable").
public abstract class ComputedVariableBlock : VariableBlock, IScriptBlock
- Inheritance
-
objectComputedVariableBlock
- Implements
- Inherited Members
Constructors
ComputedVariableBlock()
protected ComputedVariableBlock()