| 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)