Skip to content
This repository has been archived by the owner on Apr 25, 2021. It is now read-only.
Amirerfan Rafati edited this page Feb 22, 2021 · 1 revision

draw(DrawType type, [Args])

Draws something from type type and arguments args

Example:

draw(triangle, x1, y1, x2, y2, x3, y3);

Compiled example in mlog:

draw triangle x1 y1 x2 y2 x3 y3
Clone this wiki locally