Native referenceRedM

_ANIMPOSTFX_SET_POSTFX_COLOR

0x63011D0C7C6519E0 GRAPHICS
FUNCTION SIGNATURE
void _ANIMPOSTFX_SET_POSTFX_COLOR(`effectName` (const char*), `p1` (int), `red` (int), `green` (int), `blue` (int), `alpha` (int));
Property Value
Native Name _ANIMPOSTFX_SET_POSTFX_COLOR
Hash 0x63011D0C7C6519E0
Return Type void
Build 1311
Parameters effectName (const char*), p1 (int), red (int), green (int), blue (int), alpha (int)

Parameters

  • effectName (const char*)
  • p1 (int)
  • red (int)
  • green (int)
  • blue (int)
  • alpha (int)

Usage

Lua (Direct):

AnimpostfxSetPostfxColor(effectName, p1, red, green, blue, alpha)

Lua (Hash):

Citizen.InvokeNative(0x63011D0C7C6519E0, effectName, p1, red, green, blue, alpha)

Back to GRAPHICS