SetParticleFxLoopedColour — FiveM Natives
0x7F8F65877F88783B · GRAPHICS · all
Sets the colour tint of a previously started looped particle effect You can use the inverse lerp method to normalize in a range from 0.0 to 1.0 an rgb
Parameters
| Name | Type | Description |
|---|---|---|
| ptfxHandle | int | |
| r | float | range from 0.0 to 1.0 |
| g | float | range from 0.0 to 1.0 |
| b | float | range from 0.0 to 1.0 |
| bLocalOnly | BOOL | False by default. Defines whether the effect should be sent and modified over the network or not. Set this to `true` if you don't want to send the effect over the network. |
Returns
void