filedef : get_block |
Used by the parser to get a block.
Any other method of any other object can call this method. This is called 'public' access.
The data-type returned is "Pointer to @block"; The block that matches name.
This method is contained in the object "filedef".
The method takes the following arguments:
block : stringtype
The name of the block.
The files "tgl_block.hpp" are included.
Find a block.
return _blocks.find(block);