LM_Graphics:DrawLine(x1, y1, x2, y2)
Version added: before 9.5
Draw a line between two pixels
Arguments:
| Name | Type | Description | Default | Ver |
| x1 | real | Start x location | < 9.5 | |
| y1 | real | Start y location | < 9.5 | |
| x2 | real | End x location | < 9.5 | |
| y2 | real | End y location | < 9.5 |
Return value:
void none
Draw a line between two pixels.
Search results
Usage of 'DrawLine' is found in the following scripts:
Tweak for Select Shape (Original Edition) by A.Evseeva
View Code
Lua Console (Original Edition) by A.Evseeva
View Code
Modified transform bone tool (Original Edition) by A.Evseeva
View Code
MR Guides (Original Edition) by eugenebabich
View Code
Bone Constraints Helper (Original Edition) by Danfield
View Code
Bone Magnet (Original Edition) by A.Evseeva
View Code
Switch hands organizer (Original Edition) by A.Evseeva
View Code
MR Transform Rig Tool (Original Edition) by eugenebabich
View Code