Printer Component 
Allows for text strings to be printed on a paper. Requires a shell.
Vars | |
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 |
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 |
Procs | |
handle_secondary_attackby | Allows 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.