DRAW SPRITE

From GTAMods Wiki
Revision as of 23:37, 13 August 2020 by Bombgamer532 (talk | contribs) (Created page with "{{Native |np=10 |p1t=Integer |p1d=Texture |p2t=Float |p2d=X position (0-1) |p3t=Float |p3d=Y position (0-1) |p4t=Float |p4d=Width (0-1) |p5t=Float |p5d=Height (0-1) |p6t=Float...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
DRAW_SPRITE
Number of parameters: 10
Parameter #TypeDescription
1.IntegerTexture
2.FloatX position (0-1)
3.FloatY position (0-1)
4.FloatWidth (0-1)
5.FloatHeight (0-1)
6.FloatRotation (0-360)
7.IntegerRed (0-255)
8.IntegerGreen (0-255)
9.IntegerBlue (0-255)
10.IntegerAlpha (0-255)
Return value:
TypeDescription
None

This function draws sprite which can be get by using GET_TEXTURE or GET_TEXTURE_FROM_STREAMED_TXD.