Skip to main content

OnNPCExitVehicle

Description

This callback is called when a NPC leaves a vehicle.

Examples

public OnNPCExitVehicle()
{
print("The NPC left the vehicle");
return 1;
}

The following callbacks might be useful, as they're related to this callback in one way or another.