Native referenceRedM

GET_NUMBER_OF_FIRES_IN_RANGE

0xF9617BC6FAE61E08 FIRE
FUNCTION SIGNATURE
int GET_NUMBER_OF_FIRES_IN_RANGE(`x` (float), `y` (float), `z` (float), `radius` (float));
Property Value
Native Name GET_NUMBER_OF_FIRES_IN_RANGE
Hash 0xF9617BC6FAE61E08
Return Type int
Build 1207
Parameters x (float), y (float), z (float), radius (float)

Parameters

  • x (float)
  • y (float)
  • z (float)
  • radius (float)

Usage

Lua (Direct):

local result = GetNumberOfFiresInRange(x, y, z, radius)

Lua (Hash):

local result = Citizen.InvokeNative(0xF9617BC6FAE61E08, x, y, z, radius)

Back to FIRE