Native Details
- NameDRAW_RECT
- NamespaceGRAPHICS
- Native Hash0x405224591DF02025
- Typevoid
- First seen version1207
Native Parameters
- Parameter 0float x
The relative X point of the center of the rectangle. (0.0-1.0, 0.0 is the left edge of the screen, 1.0 is the right edge of the screen) - Parameter 1float y
The relative Y point of the center of the rectangle. (0.0-1.0, 0.0 is the top edge of the screen, 1.0 is the bottom edge of the screen) - Parameter 2float width
The relative width of the rectangle. (0.0-1.0, 1.0 means the whole screen width) - Parameter 3float height
The relative height of the rectangle. (0.0-1.0, 1.0 means the whole screen height) - Parameter 4int r
Red part of the color. (0-255) - Parameter 5int g
Green part of the color. (0-255) - Parameter 6int b
Blue part of the color. (0-255) - Parameter 7int a
Alpha part of the color. (0-255, 0 means totally transparent, 255 means totally opaque) - Parameter 8BOOL p8
- Parameter 9BOOL p9
User Feedback
Recently Browsing 0
- No registered users viewing this page.
Recommended Comments
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.