DrawInteractiveSprite — FiveM Natives
0x2BC54A8188768488 · GRAPHICS · all
Similar to \_DRAW_SPRITE, but seems to be some kind of "interactive" sprite, at least used by render targets. These seem to be the only dicts ever requested by this native: `` prop_screen_biker_laptop Prop_Screen_GR_Disruption Prop_Screen_TaleOfUs prop_screen_nightclub Prop_Screen_IE_Adhawk prop_screen_sm_free_trade_shipping prop_screen_hacker_truck MPDesktop Prop_Screen_Nightclub And a few others ``
Parameters
| Name | Type | Description |
|---|---|---|
| textureDict | char* | Name of texture dictionary to load texture from |
| textureName | char* | Name of texture to load from texture dictionary |
| screenX | float | Screen X |
| screenY | float | Screen Y |
| width | float | Scale X |
| height | float | Scale Y |
| heading | float | Texture rotation in degrees (default = 0.0) positive is clockwise, measured in degrees |
| red | int | Color |
| green | int | Color |
| blue | int | Color |
| alpha | int | Opacity level |
Returns
void