Native referenceRedM

ADD_VEG_MODIFIER_SPHERE

0xFA50F79257745E74 GRAPHICS
FUNCTION SIGNATURE
int ADD_VEG_MODIFIER_SPHERE(`x` (float), `y` (float), `z` (float), `radius` (float), `modType` (int), `flags` (int), `p6` (int));

Description: Returns veg modifier handle

Property Value
Native Name ADD_VEG_MODIFIER_SPHERE
Hash 0xFA50F79257745E74
Return Type int
Build 1207
Parameters x (float), y (float), z (float), radius (float), modType (int), flags (int), p6 (int)

Parameters

  • x (float)
  • y (float)
  • z (float)
  • radius (float)
  • modType (int)
  • flags (int)
  • p6 (int)

Usage

Lua (Direct):

local result = AddVegModifierSphere(x, y, z, radius, modType, flags, p6)

Lua (Hash):

local result = Citizen.InvokeNative(0xFA50F79257745E74, x, y, z, radius, modType, flags, p6)

Back to GRAPHICS