/// <summary> /// Blow up this vehicle /// </summary> public bool Blow() { return(MtaClient.BlowVehicle(element)); }