| Property | Value |
|---|---|
| Native Name | CLEAR_VEHICLE_GENERATOR_AREA_OF_INTEREST |
| Hash | 0x0A436B8643716D14 |
| Return Type | void |
Description: Removes the cargen area of interest and resumes normal cargen spawning.
You can set the area of interest with SET_VEHICLE_GENERATOR_AREA_OF_INTEREST
Examples
-- This example clears the area of interest (cargen) and resumes normal spawning
ClearVehicleGeneratorAreaOfInterest()
// This example clears the area of interest (cargen) and resumes normal spawning
ClearVehicleGeneratorAreaOfInterest();
// This example clears the area of interest (cargen) and resumes normal spawning
using static CitizenFX.Core.Native.API;
ClearVehicleGeneratorAreaOfInterest();