forked from MightyPirates/OpenComputers
-
Notifications
You must be signed in to change notification settings - Fork 0
Component Sign
Florian Nücke edited this page Jan 10, 2014
·
1 revision
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, orniland 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) orniland an error message if there is no sign in front of the robot.