DRAW SPRITE

From GTAMods Wiki
Revision as of 23:52, 13 August 2020 by Lirick (talk | contribs)
(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.