Daedalus Dock - Modules - TypesVar Details - Proc Details

Printer Component

Allows for text strings to be printed on a paper. Requires a shell.

Vars

ejectUsed to eject the leftmost paper on the loaded_papers list.
loaded_papersThe list of papers currently loaded on the component
max_paper_capacityThe maximum paper capacity of the component
printPrints stuff on the leftmost paper in the loaded_papers list.
signatureThe signature that'll replace any %s and %sign used when printing text on paper.
text_color_redThe RGB values of the color used when printing text on paper
typefaceThe selected font-family used when printing text on paper

Procs

handle_secondary_attackbyAllows for paper to be loaded while inside the shell.

Var Details

eject

Used to eject the leftmost paper on the loaded_papers list.

loaded_papers

The list of papers currently loaded on the component

max_paper_capacity

The maximum paper capacity of the component

print

Prints stuff on the leftmost paper in the loaded_papers list.

signature

The signature that'll replace any %s and %sign used when printing text on paper.

text_color_red

The RGB values of the color used when printing text on paper

typeface

The selected font-family used when printing text on paper

Proc Details

handle_secondary_attackby

Allows for paper to be loaded while inside the shell.