NPC:OnNPCExitVehicle

NPC:OnNPCExitVehicle

Description:
Callback NPC:OnNPCExitVehicle called when a NPC leaves a vehicle.
Callback NPC:OnNPCExitVehicle was added in 0.3a and will not work in earlier versions!


Parameters:
(This callback has no parameters.)


Return Values:
This function does not return any specific values.


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


Related Callbacks
The following callbacks might be useful as well, as they are related to this callback in one way or another.