Native referenceRedM

SET_CONTROL_LIGHT_EFFECT_COLOR

0x8290252FFF36ACB5 PAD
FUNCTION SIGNATURE
void SET_CONTROL_LIGHT_EFFECT_COLOR(int padIndex, int red, int green, int blue);
Property Value
Native Name _SET_CONTROL_LIGHT_EFFECT_COLOR
Hash 0x8290252FFF36ACB5
Return Type void
Build 1207
Parameters padIndex (int), red (int), green (int), blue (int)

Description: nullsub, doesn't do anything

Old name: _SET_CONTROL_GROUP_COLOR

Parameters

Usage

Lua (Direct):

SetControlLightEffectColor(padIndex, red, green, blue)

Lua (Hash):

Citizen.InvokeNative(0x8290252FFF36ACB5, padIndex, red, green, blue)
Back to PAD