Class IfElseBlock
A DoubleBlock for Lua if blocks.
Info:
- License: MIT
- Author: Richard Voelker
Methods
IfElseBlock.new (self, condition) | Create the if DoubleBlock. |
Methods
- IfElseBlock.new (self, condition)
-
Create the if DoubleBlock.
Parameters:
- self IfElseBlock
- condition
string
The condition statement for the
if <a href="../classes/Block.html#">Block</a>.