From fb98910116afa7153bf33c90f38dc114e99185ff Mon Sep 17 00:00:00 2001 From: Djeeberjr Date: Tue, 22 Feb 2022 01:33:35 +0100 Subject: [PATCH] monitor luaDotMethod --- src/cc/periphs/Monitor.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cc/periphs/Monitor.hx b/src/cc/periphs/Monitor.hx index 887a036..4f341e2 100644 --- a/src/cc/periphs/Monitor.hx +++ b/src/cc/periphs/Monitor.hx @@ -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.