Native referenceRedM

SET_VOLUME_SCALE

0xA46E98BDC407E23D VOLUME
FUNCTION SIGNATURE
BOOL SET_VOLUME_SCALE(`volume` (Volume), `scaleX` (float), `scaleY` (float), `scaleZ` (float));
Property Value
Native Name SET_VOLUME_SCALE
Hash 0xA46E98BDC407E23D
Return Type BOOL
Build 1207
Parameters volume (Volume), scaleX (float), scaleY (float), scaleZ (float)

Parameters

  • volume (Volume)
  • scaleX (float)
  • scaleY (float)
  • scaleZ (float)

Usage

Lua (Direct):

local result = SetVolumeScale(volume, scaleX, scaleY, scaleZ)

Lua (Hash):

local result = Citizen.InvokeNative(0xA46E98BDC407E23D, volume, scaleX, scaleY, scaleZ)

Back to VOLUME