monitor luaDotMethod
This commit is contained in:
parent
758c0633c8
commit
fb98910116
@ -17,7 +17,7 @@ extern class ColorData {
|
|||||||
var b:Float;
|
var b:Float;
|
||||||
}
|
}
|
||||||
|
|
||||||
extern class Monitor {
|
@:luaDotMethod extern class Monitor {
|
||||||
public function setTextScale(scale:Float):Void; // Set the scale of this 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 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.
|
public function write(text:String):Void; // Write text at the current cursor position, moving the cursor to the end of the text.
|
||||||
|
Loading…
Reference in New Issue
Block a user