MER.GetSchematicBlocks
Optional integration
This method requires ProjectMapEditorReborn.
Gets MER schematic blocks.
Syntax
MER.GetSchematicBlocks *schematic_reference
Returns
collection of reference to MERSchematicBlock object
Arguments
| Name | Required | Type | Description |
|---|---|---|---|
schematic reference | Yes | a reference to MERSchematic object. |
Details
Each reference exposes schematicName, index, name, and object; object is the block GameObject.
Possible errors
- The schematic reference is no longer valid.
On a running server
Use serhelp MER.GetSchematicBlocks to inspect the reference generated by your installed SER version.