DRAW RECT
Jump to navigation
Jump to search
Number of parameters: 8 | ||
---|---|---|
Parameter # | Type | Description |
1. | float | x-position |
2. | float | y-position |
3. | float | x-size |
4. | float | y-size |
5. | integer | R |
6. | integer | G |
7. | integer | B |
8. | integer | A |
Return value: | ||
Type | Description | |
None |
This draws a rectangle on the screen. The function has to be in a loop in order for the rectangle to appear.