| Property | Value |
|---|---|
| Native Name | _ADD_SPHERE_VOLUME_TO_VOLUME_AGGREGATE |
| Hash | 0x5B7D7BF36D2DE18B |
| Return Type | void |
| Build | 1207 |
| Parameters | aggregate (Volume), p1 (float), p2 (float), p3 (float), p4 (float), p5 (float), p6 (float), p7 (float), p8 (float), p9 (float) |
Parameters
aggregate(Volume)p1(float)p2(float)p3(float)p4(float)p5(float)p6(float)p7(float)p8(float)p9(float)
Usage
Lua (Direct):
AddSphereVolumeToVolumeAggregate(aggregate, p1, p2, p3, p4, p5, p6, p7, p8, p9)
Lua (Hash):
Citizen.InvokeNative(0x5B7D7BF36D2DE18B, aggregate, p1, p2, p3, p4, p5, p6, p7, p8, p9)