mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-08-02 18:47:07 -04:00
2
Component Sign
Vexatos edited this page 2014-07-13 05:37:06 -07:00
For those that don't like images: the wiki has moved to a new place, http://ocdoc.cil.li/.
This wiki will no longer be updated.
This is the component provided by the Sign Upgrade.
Component name: sign
.
Callbacks:
getValue(): string or nil, string
Gets the text currently displayed on the sign in front of the robot, ornil
and an error message if there is no sign in front of the robot.setValue(value: string): string or nil, string
Sets the text of the sign in front of the robot. Returns the new text on the sign (which may be a truncated version of the passed argument) ornil
and an error message if there is no sign in front of the robot.