Jump to content

Digital Crafter

From Advanced Computers Wiki
Revision as of 10:32, 23 August 2026 by GHXX (talk | contribs) (Created page with "{{Template:Future Content}}Description == Provided component == This block provides the <code>autoCrafter</code> component, offering the following properties: {| class="wikitable" |+AutoCrafterUD component properties !Name !Type !Read/Write !Description |- |<code>containsMainboard</code> |<code>boolean</code> |READ |Returns whether a mainboard is located in the GUI slot. If this is false, most methods will throw an error. |} {| class="wikitable" |+AutoCrafterUD componen...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
This page describes unreleased, experimental content that is still in development which might undergo significant changes or be removed entirely.

Description

Provided component

This block provides the autoCrafter component, offering the following properties:

AutoCrafterUD component 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.
AutoCrafterUD component methods
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.