natives.IS AREA OCCUPIED
natives.IS_AREA_OCCUPIED
Signature: void natives.IS_AREA_OCCUPIED(float x1, float y1, float z1, float x2, float y2, float z2, int solid, int car, int ped, int object, int dummy)
Usage: checks whether a 3D area contains any entities of specified types
Parameters
- float x1 X screen coordinate.
- float y1 Y screen coordinate.
- float z1 Z coordinate.
- float x2 X screen coordinate.
- float y2 Y screen coordinate.
- float z2 Z coordinate.
- int solid Parameter for this function.
- int car Vehicle handle to act upon.
- int ped Character handle to act upon.
- int object Object handle to act upon.
Return
void
On failure: void