Api/minux.monitorprint(): Difference between revisions

From Minux Wiki
Jump to navigation Jump to search
(Created page with "a lazy method to print a single line to an attached monitor. good for server output. '''usage:''' minux.monitorprint(printstring) '''arguments:''' printstring - the string that should be printed '''output:''' prints said string on the attached monitor.")
 
No edit summary
Line 1: Line 1:
a lazy method to print a single line to an attached monitor. good for server output.
a lazy method to print a single line to an attached monitor. good for server output.


'''usage:'''
'''usage:'''
minux.monitorprint(printstring)
minux.monitorprint(printstring)


'''arguments:'''
'''arguments:'''
printstring - the string that should be printed
printstring - the string that should be printed


'''output:'''
'''output:'''
prints said string on the attached monitor.
prints said string on the attached monitor.

Revision as of 04:45, 24 September 2024

a lazy method to print a single line to an attached monitor. good for server output.


usage:

minux.monitorprint(printstring)


arguments:

printstring - the string that should be printed


output:

prints said string on the attached monitor.