Native referenceFiveM

CLEAR_VEHICLE_GENERATOR_AREA_OF_INTEREST

0x0A436B8643716D14 VEHICLE
FUNCTION SIGNATURE
void CLEAR_VEHICLE_GENERATOR_AREA_OF_INTEREST(/* parameters not documented */);
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();
Back to VEHICLE