DrawBinkMovie — FiveM Natives
0x7118E83EEB9F7238 · GRAPHICS · all
Must be called each frame, will play at specified position on screen when called with _PLAY_BINK_MOVIE
Parameters
| Name | Type | Description |
|---|---|---|
| binkMovie | int | The movie to be drawn (from [`_SET_BINK_MOVIE`](#\_0x338D9F609FD632DB)). |
| posX | float | The centered x position of the movie (0.0 - 1.0). |
| posY | float | The centered y position of the movie (0.0 - 1.0). |
| scaleX | float | The x scale of the movie (0.0 - 1.0). |
| scaleY | float | The y scale of the movie (0.0 - 1.0). |
| rotation | float | The rotation of the movie (0.0 - 360.0). |
| r | int | The red value of the movie (0 - 255). |
| g | int | The green value of the movie (0 - 255). |
| b | int | The blue value of the movie (0 - 255). |
| a | int | The alpha value of the movie (0 - 255). |
Returns
void