/tg/ Station 13 - Modules - TypesVar Details - Proc Details

machine

Vars

componentsList of all compnents inside the frame contributing to its construction
req_component_namesUser-friendly list of names of required components
req_componentsList of all components required to construct the frame

Procs

add_partAttempts to add the passed part to the frame
finalize_constructionAttempt to finalize the construction of the frame into a machine as according to our circuit and parts
look_forReturns the instance of path1 in list, else path2 in list

Var Details

components

List of all compnents inside the frame contributing to its construction

req_component_names

User-friendly list of names of required components

req_components

List of all components required to construct the frame

Proc Details

add_part

Attempts to add the passed part to the frame

Requires no sanity check that the passed part is a stock part

Arguments

finalize_construction

Attempt to finalize the construction of the frame into a machine as according to our circuit and parts

If successful, results in qdel'ing the frame and newing of a machine

Arguments

look_for

Returns the instance of path1 in list, else path2 in list

Arguments