Digital Crafter
Appearance
Description
Provided component
This block provides the autoCrafter component, offering the following properties:
| Name | Type | Read/Write | Description |
|---|---|---|---|
containsMainboard
|
boolean
|
READ | Returns whether a mainboard is located in the GUI slot. If this is false, most methods will throw an error. |
| Name | Type | Description |
|---|---|---|
:getMainboardTier()
|
integer
|
Returns the tier of the mainboard, ranging from 1 to 3. |
:setUefiData(data:string)
|
void
|
Sets the executable UEFI data to the given string. |
:getUefiData()
|
string
|
Returns the executable UEFI data. |