Class TableBlock
A Block that represents a Lua table.
Info:
- License: MIT
- Author: Richard Voelker
Methods
TableBlock.new (self, name) | Create the TableBlock. |
Methods
- TableBlock.new (self, name)
-
Create the TableBlock.
Parameters:
- self TableBlock
- name string The name of the variable that this table is assigned to.