Expand description
This module provides the Block struct. It represents a Scratch block inside a target.
Structs§
- Block
- The
Blockstruct represents a Scratch block inside a target. It has an opcode, some inputs, some fields, and thats about it.
Functions§
- decode_
scripts - Decodes scripts from a map with
StringandRawBlocks as key and value, respectively.