404 B
404 B
setMirror
mirrors this frame to another peripheral monitor object.
Parameters:
stringThe monitor name ("right", "left",... "monitor_1", "monitor_2",...)
Returns:
frameThe frame being used
Usage:
- Creates mirror of your main frame to a monitor on the left side.
local mainFrame = basalt.createFrame():setMirror("left")
<frame mirror="left"></frame>