Monitor API
|
|||||||||
Returns the value of a monitor peripheral's text scale as set by it's setTextScale command, defaulting to 1 if the function was never invoked. | |||||||||
Syntax | monitor.getTextScale() | ||||||||
Returns | number | ||||||||
Part of | CC:Tweaked | ||||||||
API | Monitor | ||||||||
|
|
|||||||||
Sets a monitor peripheral's text scale. It must be a multiple of 0.5 between 0.5 and 5. The default value is 1. | |||||||||
Syntax | monitor.setTextScale(
|
||||||||
Returns | nil | ||||||||
Part of | CC:Tweaked | ||||||||
API | Monitor | ||||||||
|