BuildSystem
Inherits: System
Functions
buildMachine
Build a machine
function buildMachine(MACHINE_TYPE _machineType) public returns (bytes32 machineEntity);
Parameters
| Name | Type | Description |
|---|---|---|
_machineType | MACHINE_TYPE | The type of machine to build |
Returns
| Name | Type | Description |
|---|---|---|
machineEntity | bytes32 | The identifier for the newly created machine entity. |