Native referenceRedMclient

DRAW_GLOW_SPHERE

0xBD25EC89 CFX
FUNCTION SIGNATURE
void DRAW_GLOW_SPHERE(float posX, float posY, float posZ, float radius, int colorR, int colorG, int colorB, float intensity, BOOL invert, BOOL marker);
Property Value
Native Name DRAW_GLOW_SPHERE
Hash 0xBD25EC89
Return Type void
API Set client
Parameters posX (float), posY (float), posZ (float), radius (float), colorR (int), colorG (int), colorB (int), intensity (float), invert (BOOL), marker (BOOL)

Description: Draw a glow sphere this frame. Up to 256 per single frame.

Parameters

  • posX (float) — Position X.
  • posY (float) — Position Y.
  • posZ (float) — Position Z.
  • radius (float) — Sphere radius.
  • colorR (int) — Red.
  • colorG (int) — Green.
  • colorB (int) — Blue.
  • intensity (float) — Intensity.
  • invert (BOOL) — Invert rendering.
  • marker (BOOL) — Draw as a marker, otherwise as an overlay.
Back to CFX