void _GET_VOLUME_BOUNDS(`volume` (Volume), `min` (Vector3*), `max` (Vector3*));
| Property |
Value |
| Native Name |
_GET_VOLUME_BOUNDS |
| Hash |
0x5737199AF2DC609F |
| Return Type |
void |
| Build |
1207 |
| Parameters |
volume (Volume), min (Vector3*), max (Vector3*) |
Parameters
volume (Volume)
min (Vector3*)
max (Vector3*)
Usage
Lua (Direct):
GetVolumeBounds(volume, min, max)
Lua (Hash):
Citizen.InvokeNative(0x5737199AF2DC609F, volume, min, max)
Back to VOLUME