monitor luaDotMethod

This commit is contained in:
Djeeberjr 2022-02-22 01:33:35 +01:00
parent 758c0633c8
commit fb98910116

View File

@ -17,7 +17,7 @@ extern class ColorData {
var b:Float;
}
extern class Monitor {
@:luaDotMethod extern class Monitor {
public function setTextScale(scale:Float):Void; // Set the scale of this monitor.
public function getTextScale():Float; // Get the monitor's current text scale.
public function write(text:String):Void; // Write text at the current cursor position, moving the cursor to the end of the text.